>Im getting Warnings about headers being already sent. But not on my local
>web server
>
>Im sending the headers (to try and make the page not cache) before anything
>is echoed to the browser.

Somebody somewhere is sending *SOMETHING* to the browser -- possibly a
NEWLINE at the tail end of one of your include files.

The error message you get tells you *EXACTLY* where the output happened.

>I set the error reporting to E_ALL at the top of the script, turning error
>reporting off suppresses the warnings.

Well, yes, you can make the messages be swallowed up into the Black Hole... 
Doesn't fix anything, though :-)

-- 
Like Music?  http://l-i-e.com/artists.htm


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to