Sep'09
30
PHP Script: Find My IP Address
How to Display IP Address using PHP script in my web page
Show my IP
See what your ip address is, which browser you are using and your geo location.
Retrieving the user’s IP address is actually much simpler than you might think, and can be done in a single line. Getenv(”REMOTE_ADDR”) will return the IP address [...]