2010-09-08, 01:07:34
Problem with the poll. If the vote/poll is POSTed it won't set the cookie for some kind of reason. When i take the
out of the function it sets the cookie so why doesn't it work inside the function? Help anyone?
Greets
Code:
setcookie('squareit_poll', $_SERVER['REMOTE_ADDR'], time()+3600);
Greets