Showing a users IP address is very easy. We use a function called getenv ( ) to do so.
Here is the code:
<?php echo getenv('REMOTE_ADDR'); ?>
Simple as that…
Heres a demo
Fri, Nov 7, 2008
Showing a users IP address is very easy. We use a function called getenv ( ) to do so.
Here is the code:
<?php echo getenv('REMOTE_ADDR'); ?>
Simple as that…
Heres a demo
November 21st, 2008 at 8:45 pm
Very good information. Thank you for sharing.
November 23rd, 2008 at 6:29 pm
Good advice. Well done. Thanks
December 28th, 2008 at 4:36 am
how can I get the ip address location
I want to make something similar to http://www.ipradar.net/