Computer Science Canada generating page to redirect help |
Author: | r0ssar00 [ Tue Apr 26, 2005 6:16 pm ] | ||||||||
Post subject: | generating page to redirect help | ||||||||
my os is win32 im using php5 i need to have php generate a page that will redirect automatically to a url and port passed to the script through a html form the code for the html is
and the code for the php script is
the output to the browser is (you literally read this on the page, this is not the html that is generated)
it needs to have the refresh in the header and to actually refresh, it is not i hope anyone can help me i already tried
|
Author: | rdrake [ Tue Apr 26, 2005 7:01 pm ] | ||
Post subject: | |||
Try using javascript:
It should automatically direct the user to the specified location and port. |