Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/fishown/domains/artguide.ilhost.co.il/public_html/box.php:1) in /home/fishown/domains/artguide.ilhost.co.il/public_html/login.php on line 107
this is the error im geting ... what is wrong?
before you start the session, do not made a print... a normal html code too..
and be careful these mistakes:
........................................ 1: 2: <? 3: session_start();
in the 1. line there is something in your file.
thank you very much, but now i get this error... Warning: Cannot modify header information - headers already sent by (output started at /home/fishown/domains/artguide.ilhost.co.il/public_html/login.php:1) in /home/fishown/domains/artguide.ilhost.co.il/public_html/login.php on line 210
*is it possible that php5.2.5 hadle this problem alone? coz i get no error on 5.2.5
and what is in the 1. line ? And whats about the character coding of the file?
Lets save as utf8, there might be an invisible character in the first sector of the file.
alredy saved as utf8 ... this is my defult... and i know probebly what is the problem... i used like 5 times in the function header() but i have to redirect the page... =\ ther is outher way to redirect page... or way to define the header that will ignor the other headers?
and line one conatins <?php