What's my IP?

|

Your IP address is:

38.103.63.61




If you have a PHP-enabled web server and care to make your own web page like this one, this page was created with the code:

<p>Your IP address is:
  <?PHP
    echo $_SERVER['REMOTE_ADDR'];
  ?>
</p>