Vanessa Vega wrote:

> Hello to all!
> 
> I encountered this error when the site is uploaded on the server:
> 
> session_start(): Cannot send session cache limiter - headers already
> sent....
> 
> I already put session_start() on topmost part of the file..but i saved the
> file as utf-8..and that seems to be the problem..can anyone share their
> knowledge on this?

I think that saving a file as UTF-8 places two characters at the very
beginning of the file; those characters will be passed to the server and
cause the error you are encountering.


Cheers
-- 
David Robley

"My hair's been cut off," Tom said distressfully.
Today is Sweetmorn, the 55th day of Confusion in the YOLD 3173. 

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

Reply via email to