Jump to content

headers already sent error


jamesfunny

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.