Is there a function or short bit of code to display all the global variables currently loaded? (without knowing the variable names ahead of time)
thanks in advance.
How about print_r($GLOBALS);