Hello All,
Okay, I need to get the users IP address, I do not mean the relative one they get everytime they go on the net I want the computer IP address. I am using this code now:
$_SERVER["REMOTE_ADDR"];
which returns something like 123.122.153.123
Thats cool and all but when my user votes on the question if they just restart the internet they can vote again.
So I need their actual IP address to prevent multiple votes.
ANY idea is much appreciated!
Okay, I need to get the users IP address, I do not mean the relative one they get everytime they go on the net I want the computer IP address. I am using this code now:
$_SERVER["REMOTE_ADDR"];
which returns something like 123.122.153.123
Thats cool and all but when my user votes on the question if they just restart the internet they can vote again.
So I need their actual IP address to prevent multiple votes.
ANY idea is much appreciated!
Comment