bbmak
07-31-2005, 08:03 PM
HI:
I don't know is anybody encounter this problem before. When I try to save my file in uft-8 with a session_start() at the top. This message will show up session_start(): Cannot send session cache limiter - headers already sent
It is saying that something run before session_start(), but i already put session_start() on the top of the top of the page.
==================================
For example:
you can try this by yourself
try to save this file in utf-8, and you will see the problem.
also try to save this file in ASCI, the error will disappear
<?
session_start()
?>
==================================
After there anyone know how to solve this problem because i am doing muti-lingle websites all the time.
I don't know is anybody encounter this problem before. When I try to save my file in uft-8 with a session_start() at the top. This message will show up session_start(): Cannot send session cache limiter - headers already sent
It is saying that something run before session_start(), but i already put session_start() on the top of the top of the page.
==================================
For example:
you can try this by yourself
try to save this file in utf-8, and you will see the problem.
also try to save this file in ASCI, the error will disappear
<?
session_start()
?>
==================================
After there anyone know how to solve this problem because i am doing muti-lingle websites all the time.