I just found this today:
print "
";
print_r($GLOBALS);
print "
";
It shows all the vars and vals. My questions is, this shows some data I want to keep secret. Any way to block globals or keep data from being revealed?
Thanks
Would be nice to have a secure php one of these days.