Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home3/pixanq9i/public_html/sokoug.com/ourstore/index.php:3) in /home3/pixanq9i/public_html/sokoug.com/ourstore/menu2.php on line 1
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home3/pixanq9i/public_html/sokoug.com/ourstore/index.php:3) in /home3/pixanq9i/public_html/sokoug.com/ourstore/menu2.php on line 1
Asked
Active
Viewed 31 times
0
-
1How we can help you if you don't post your code? – Wolen Aug 14 '17 at 19:39
-
Don't listen to anyone that says use `ob_start()` to fix this...find empty spaces, whatever you have that outputs to browser before `session_start()` – Rasclatt Aug 14 '17 at 19:41
-
1Google should be your friend – RiggsFolly Aug 14 '17 at 19:42
-
Because you are running code after headers was sent to users. Put your PHP code before tag – Martin Joneš Aug 14 '17 at 19:43