I guess that this is worth a mention: (Copied from
http://www.php.net/manual/en/function.header.php)
"Remember that the header() function must be called before any actual output
is sent, either by normal HTML tags blank lines in a file, or from PHP. It
is a very common error to read code with include(), or require(), functions,
or another file access function, and have spaces or empty lines that will
output before header() is called. The same problem exists when using a
single PHP/HTML file." 


> -----Original Message-----
> From: Simon Ould [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 27, 2001 11:12
> To: 'Rosen'; [EMAIL PROTECTED]
> Subject: RE: [PHP] Problem with the HTTP_REFERER

...snip...

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