Skip to content

Instantly share code, notes, and snippets.

@korovamilk
Created July 26, 2013 08:31
Show Gist options
  • Save korovamilk/6087235 to your computer and use it in GitHub Desktop.
Save korovamilk/6087235 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<h1>Hi there,<br>
here's your IP Address:
<font color="red">
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
</font>
</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment