I had the same message the other day. My line 5 is where I call a function. I had a </table> tag as the very last line of a function but had it outside the closing brace } so I moved </table> inside the closing brace } and the problem went away.
-----Original Message----- From: Bobo Wieland [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 15, 2003 7:34 AM To: [EMAIL PROTECTED] Subject: Warnings What does this mean: Warning: Cannot send session cookie - headers already sent by (output started at /customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php:1) in customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php on line 5 Warning: Cannot send session cache limiter - headers already sent (output started at /customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php:1) in /customers/pingstkyrkan.net/pingstkyrkan.net/httpd.www/fp/index.php on line 5 The php-file worked perfectly well on my local machine... .bobo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php