Tag Archives: setcookie php not working

Setcookie Not Working

if you have a setcookie code like this one setcookie(“somecookie”, $somevar, time()+3600000,’/',’.yourdomain.com’); and you can’t figure out why its not saving the cookie the most likely reason is that you are outputting some whitespaces or some characters before the setcookie … Continue reading

Posted in PHP MYSQL LINUX DNS | Tagged , | Leave a comment