SyntaxFix
Write A Post
Hire A Developer
Questions
Dump the global variable to find out what you have in the page scope:
var_dump($GLOBALS);
This will tell you the "what" and "where" regarding the data on your page.