Skip to content

Instantly share code, notes, and snippets.

@gmelodie
Created January 22, 2019 18:32
Show Gist options
  • Save gmelodie/bc075b8b988b847656067644ffc4a6ea to your computer and use it in GitHub Desktop.
Save gmelodie/bc075b8b988b847656067644ffc4a6ea to your computer and use it in GitHub Desktop.
PHP page that tells us our IP address
<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