Doug,
Have you tried using a raw header?  Something like this:
header ("Location: http://www.site.com/newpage.php";);
or
header ("Location: newpage.php");
more details can be found at:
http://www.php.net/manual/en/function.header.php

Good Luck,
-- 

Paul Strange
Lead Programmer
Level 67 LC
---
eMail: [EMAIL PROTECTED] Office: 801.486.4686  Fax: 801.994.0467


On Thursday 19 July 2001 22:03, Doug wrote:
> Ok maybe I'm just retarded and can't find it but I'm looking for a way to
> do a redirect in a php page to another page, similar to asp's
> "response.redirect" function. Is there one in php???
>
>
> Doug Henry


--
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]

Reply via email to