Posted by Zoe Brown on 10/10/05 18:57
"JDS" <jeffrey@example.invalid> wrote in message
news:pan.2005.10.10.15.55.03.894107@example.invalid...
> On Mon, 10 Oct 2005 15:22:32 +0000, Zoe Brown wrote:
>
>> How do I do redirect a page to a new page in php ???
>
> Maybe you mean "header()"?
>
> http://us2.php.net/header
thanks.
when I try this I get the error
Warning: Cannot add header information - headers already sent by (...)
this is a php page with a form which posts to itself and if the detail are
correct I will forward to a new url - ie a login page.
>
> Use "Location: ..."
> --
> JDS | jeffrey@example.invalid
> | http://www.newtnotes.com
> DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
>
[Back to original message]
|