Sorry for so many questions, thanks to all those who have helped.
I am finding that in order to completely unset some of my variables, I need to use both unset($GLOBALS..... and unset($_SESSION....)....
Does this make sense? Thanks!
This is probably because you have register_globals = on. Try changing the setting in your php.ini.
-- paperCrane <Justin Patrin>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php