Re: [PHP] PHP command for redirect?

2002-05-29 Thread Miguel Cruz
On Wed, 29 May 2002, Tim Thorburn wrote: > The error the header() command is giving me now is: > > Warning: Cannot add header information - headers already sent by (output > started at \registrations\reg_mudfling.php:5) > > I've moved the header command around (line position) and still nothing

Re: [PHP] PHP command for redirect?

2002-05-29 Thread Tim Thorburn
The error the header() command is giving me now is: Warning: Cannot add header information - headers already sent by (output started at \registrations\reg_mudfling.php:5) I've moved the header command around (line position) and still nothing ... not sure why its suddenly not working. I've bee

Re: [PHP] PHP command for redirect?

2002-05-29 Thread Jason Wong
On Wednesday 29 May 2002 15:37, Tim Thorburn wrote: > Hi, > > I'm setting up an error checking element to a registration site and would > like to redirect the user to a certain page if they missed any fields on > the previous registration page ... the problem is I can't seem to find a > redirect c

[PHP] PHP command for redirect?

2002-05-29 Thread Tim Thorburn
Hi, I'm setting up an error checking element to a registration site and would like to redirect the user to a certain page if they missed any fields on the previous registration page ... the problem is I can't seem to find a redirect command for PHP. I was using the header command, but its giv