hi, can someone help me with this? I keep getting this error....
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by ......
I tried to upload my files to other servers but the error doesn't show.. why am I getting this error when I upload it to this specific server?
thanks a lot.
Warning: session_start() [function.session-start]: Cann.....
Moderator: General Moderators
Re: Warning: session_start() [function.session-start]: Cann.....
can you please post your code OR try this one
Put your code between this function where you are using session and header
Put your code between this function where you are using session and header
Code: Select all
ob_start();
Your code
ob_end_flush();Re: Warning: session_start() [function.session-start]: Cann.....
thanks, it solved the problem.. 