PDA

View Full Version : Getting users details


Nightfire
08-26-2002, 06:21 PM
I'm trying to get a users ISP or ISP proxy details into a database, but I can't remember how you get those details. I got the IP number by using $REMOTE_ADDR, and to get the proxy it's something like getremotefromtext($REMOTE_ADDR) or something :confused: I completely forgot

stuntboy
08-27-2002, 12:38 AM
http://www.php.net/manual/en/function.gethostbyaddr.php :)