Pampalek Posted December 7, 2012 Posted December 7, 2012 hello i have a problem with session_start receives such a message when you open the website: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/pampalek/public_html/index.php:3) in /home/pampalek/public_html/index.php on line 5 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/pampalek/public_html/index.php:3) in /home/pampalek/public_html/index.php on line 5 Warning: Cannot modify header information - headers already sent by (output started at /home/pampalek/public_html/index.php:3) in /home/pampalek/public_html/index.php on line 45 Quote
ExtremeGaming Posted December 7, 2012 Posted December 7, 2012 session_start() must be called before you use any html. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.