-
-
Save bmackenty/ed826ed865476992e9d71777c94abb60 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This code should JUST above the closing </body> tag towards the bottom of your file. --> | |
<?php | |
echo "<pre>"; | |
print_r(get_defined_vars()); | |
echo "</pre>"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment