> while ( list($Key, $Val) = each($_SESSION) ) { > $$Key = $Val; > }
extract($_SESSION) is a better way to do that. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
> while ( list($Key, $Val) = each($_SESSION) ) { > $$Key = $Val; > }
extract($_SESSION) is a better way to do that. -Rasmus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php