Possible Duplicate:
Headers already sent by PHP
I have a problem with setcookie()
. On localhost it works perfectly but when I put it online it doesn't set.
This is my code:
setcookie("blabcookie",$gebruiker->gebruiker_id,time()+6000,"/",".domain.be", 0);
Any help would be appreciated