Is it possible to fetch remote USER IP (instead of ISP/router's IP) or computer name using PHP?
Habtom
8:45 am on Jun 1, 2006 (gmt 0)
May be $_SERVER['REMOTE_ADDR']
Which IP does this hold anyway?
vipink
9:45 am on Jun 1, 2006 (gmt 0)
$_SERVER['REMOTE_ADDR'] gives the IP of the router/ISP and not the actual user. There can be serveral users behind one router/ISP. I want to track if the same user is filling the registration form or the different users. I need either the computer name or the remote user ip