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
ExtremeGaming Posted December 7, 2012 Posted December 7, 2012 session_start() must be called before you use any html.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now