Hello. I can unset multiple variables easily, however I can't see how to unset multiple globals without:
unset($GLOBALS['1']); unset($GLOBALS['2']) unset($GLOBALS['3']) and so forth I have tried a few variations with no success. Thanks for any help! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php