At 15:33 19/02/03, you wrote:
I have a script which adds header information to a different page, on my server I get a Cannot add header information - headers already sent by. But on other servers it works fine, does any1 know why??Are you sure you did not edit a file?
Take care that there is not __any__ output before the header() command. The error message you got gives you an indication where the output starts. Have a close look at that line.
Remove all spaces and enters in the PHP files before <? or after ?>.
An error message before this error message is also output, for which PHP creates headers.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php