Jump to content

error setting cookies


ohdang888

Recommended Posts

I'm getting an error when i set cookies:

 

Warning: Cannot modify header information - headers already sent by (output started at /home/socialap/public_html/bookmark/include/head.php:2) in /home/socialap/public_html/bookmark/include/brain.php on line 75

 

Warning: Cannot modify header information - headers already sent by (output started at /home/socialap/public_html/bookmark/include/head.php:2) in /home/socialap/public_html/bookmark/include/brain.php on line 76

 

Warning: Cannot modify header information - headers already sent by (output started at /home/socialap/public_html/bookmark/include/head.php:2) in /home/socialap/public_html/bookmark/include/brain.php on line 77

 

 

Code:

setcookie('u', $recon_key, $expire); 
setcookie('k', $recon_k, $expire); 
setcookie('e', $this->salt_password($email), $expire); 

Link to comment
https://forums.phpfreaks.com/topic/146259-error-setting-cookies/
Share on other sites

doesn;'t work]

 

 

Warning: setcookie() expects at least 1 parameter, 0 given in /home/socialap/public_html/bookmark/include/brain.php on line 3

Bookmark

 

Warning: Cannot modify header information - headers already sent by (output started at /home/socialap/public_html/bookmark/include/brain.php:3) in /home/socialap/public_html/bookmark/include/brain.php on line 76

 

Warning: Cannot modify header information - headers already sent by (output started at /home/socialap/public_html/bookmark/include/brain.php:3) in /home/socialap/public_html/bookmark/include/brain.php on line 77

 

Warning: Cannot modify header information - headers already sent by (output started at /home/socialap/public_html/bookmark/include/brain.php:3) in /home/socialap/public_html/bookmark/include/brain.php on line 78

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.