jamesfunny Posted May 14, 2011 Share Posted May 14, 2011 Hi when I am using the following code line 45: setcookie("username", $user, $Day); line 48: setcookie("games", $cookiename, $Day); I am getting an error like this Warning: Cannot modify header information - headers already sent by (output started at /export/home/ua/games/gamescripts/login_backend.php:7) in /export/home/ua/games/gamescripts/login_backend.php on line 45 Warning: Cannot modify header information - headers already sent by (output started at /export/home/ua/games/gamescripts/login_backend.php:7) in /export/home/ua/games/gamescripts/login_backend.php on line 48 can anyone please help me out. Thanks in advance Link to comment https://forums.phpfreaks.com/topic/236378-headers-already-sent-error/ Share on other sites More sharing options...
markjoe Posted May 14, 2011 Share Posted May 14, 2011 did you read this yet? http://www.phpfreaks.com/forums/index.php?topic=37442.0 Link to comment https://forums.phpfreaks.com/topic/236378-headers-already-sent-error/#findComment-1215268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.