Hi,
I would like to setup a voting but don't want the users to be able to vote more that once every month or so.
setcookie($cookie_name, "1", time()+(3600*$lock_timeout));
What do I have to change this to so that the user cannot submit another vote when he already has.
Thanks in advance for your response.
Nelson