Skip to content

Instantly share code, notes, and snippets.

@BrandonKnudsen
Created April 7, 2021 21:25
Show Gist options
  • Select an option

  • Save BrandonKnudsen/36e2c91d26962349104ead4f11144242 to your computer and use it in GitHub Desktop.

Select an option

Save BrandonKnudsen/36e2c91d26962349104ead4f11144242 to your computer and use it in GitHub Desktop.
Easy way to see server vars. Meow!
<pre>
<?php print_r($_SERVER); ?>
</pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment