Ever need to know what your Internet Protocol (IP) address is? Go to What is My IP and find out.
They do what you could easily do with this PHP code:
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
But they make it easier, because you don’t have to upload a file to the server, write the code, all you have to do is ask your question.

















































