I want to generate a simple poll application and restrict one vote per day.
For this, I decided to insert the IP address of each computer and the date along with vote into a database and then perform a check each time anyone votes. However I used the variable $REMOTE_ADDR to grab the ip address which is not correct I believe because many of us in the office seem to have the same value for that.
Is there another way to develop a poll script with the restriction?
Thanks in advance!