Get you ip address like whatismyip.com
2008-11-30
222 words
2 mins read
For last couple of days, I was thinking of putting this. I was thinking of some way to get the IP address of the client directly rather than going through some site or parsing the content. So <a href="http://amit-agarwal.co.in/mystuff/getip.php" target="_blank">here it is.
Now the trick here is simple. There are two ways to get the IP address of the client in the php script and thus a simple script like the below would capture both of them.
IP Address= $ip
\”; $ip1=$\_SERVER[\’REMOTE\_ADDR\’]; echo \”IP Address= $ip1\”; ?>