Skip to content

Instantly share code, notes, and snippets.

@backroot
Last active December 18, 2019 21:04
Show Gist options
  • Save backroot/fe8a92247f6948a035bc5dee2d38a440 to your computer and use it in GitHub Desktop.
Save backroot/fe8a92247f6948a035bc5dee2d38a440 to your computer and use it in GitHub Desktop.
checking server variable
foreach ($_SERVER as $key => $value) {
echo($key . ' = ' . $value . '<br>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment