whit3fir3 Posted January 24, 2008 Share Posted January 24, 2008 I have a question about getting IP address of a client. I am not looking for the PUBLIC (aka NAT IP address) which can be gotten from $_SERVER['REMOTE_ADDR']. What I am looking for is the private IP address of the local work station. I know this can not be done from PHP as PHP is a server side language but I am not sure where else to ask. I have see other web site do this like ebay when you change your password, but I am not sure how they do is. Thanks, James Link to comment https://forums.phpfreaks.com/topic/87490-php-ip-address/ Share on other sites More sharing options...
Stooney Posted January 24, 2008 Share Posted January 24, 2008 try java, check out this link http://www.u.arizona.edu/~trw/games/nat_or_not.php Link to comment https://forums.phpfreaks.com/topic/87490-php-ip-address/#findComment-447513 Share on other sites More sharing options...
whit3fir3 Posted January 24, 2008 Author Share Posted January 24, 2008 try java, check out this link http://www.u.arizona.edu/~trw/games/nat_or_not.php Do you know if you have to have a special PHP module loaded on the server to get the java applet to load? I can not seem to get it to load up for me. Thanks, whit3fir3 Link to comment https://forums.phpfreaks.com/topic/87490-php-ip-address/#findComment-447529 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.