Deleting all variables
Posted: Wed Jun 11, 2003 1:58 pm
Is there a way in PHP to delete every variable on the page without typing out each variable unset($var1,$var2,etc) style?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
unset($GLOBALS);