Does anyone know the script to "grab" someone's ip address?
RonPK
8:20 pm on May 1, 2006 (gmt 0)
You need a script that operates on the server to read the IP address. In PHP, it would be $_SERVER['REMOTE_ADDR']. Client-side JavaScript cannot read the user's IP address.