Created
January 22, 2019 18:32
-
-
Save gmelodie/bc075b8b988b847656067644ffc4a6ea to your computer and use it in GitHub Desktop.
PHP page that tells us our IP address
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<h1> Telling your IP </h1> | |
<?php | |
echo "Your IP is " . $_SERVER['REMOTE_ADDR']; | |
?> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment