Skip to content

What’s My IP Address

Since I have a dynamic IP address at home, I always have to look it up whenever I access anything that is IP restricted at work.

All I do is run a simple code:

echo $_SERVER[REMOTE_ADDR]

Or you can check out my other page, http://topherdotcom.com/scribble/what-is-my-ip-address/ to see your own IP address.

Done!!

Post a Comment

You must be logged in to post a comment.