Hi there,
I'm writing a poll in php with a mysql data i've got my usual tables set up and in the vote table i have added the fields vote_ID and poll_ID and answer and also IP.
Now what I have done is that it stores the IP who has posted and has stopped them posting twice, thats fine but what i wish to do is some kind of cookie that will check if they have posted and if they have it will remove the vote option but just display the results until the poll_ID number is at 2
if you can help that will be grand
cheers
I'm writing a poll in php with a mysql data i've got my usual tables set up and in the vote table i have added the fields vote_ID and poll_ID and answer and also IP.
Now what I have done is that it stores the IP who has posted and has stopped them posting twice, thats fine but what i wish to do is some kind of cookie that will check if they have posted and if they have it will remove the vote option but just display the results until the poll_ID number is at 2
if you can help that will be grand
cheers