I am trying to set up a redirect scirpt that in ASP was
response.redirect(escape("newpage.asp")).
I tried in PHP >> header("location: newpage.php")
but all i got was an error message saying that my header content had
already been sent. This PHP script was above the html script.
Am I doing something wrong? Thank you.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]