Skip to content

Instantly share code, notes, and snippets.

@Pavaniysk
Created January 4, 2023 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pavaniysk/9c63194a3dbe82312ac31a62765c68d5 to your computer and use it in GitHub Desktop.
Save Pavaniysk/9c63194a3dbe82312ac31a62765c68d5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<?php
echo $_SERVER['PHP_SELF'];
echo "<br>";
echo $_SERVER['SERVER_NAME'];
echo "<br>";
echo $_SERVER['HTTP_HOST'];
echo "<br>";
echo $_SERVER['HTTP_REFERER'];
echo "<br>";
echo $_SERVER['HTTP_USER_AGENT'];
echo "<br>";
echo $_SERVER['SCRIPT_NAME'];
?>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment