Bob Lockie wrote:
$_SESSION['new_name'] = $_REQUEST['new_name'];
Is not global. I printed out the value locally but it is not made into a session variable.
Yes, it is. Providing you have sessions configured correctly and use session_start().
-- ---John Holmes...
Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
php|architect: The Magazine for PHP Professionals – www.phparch.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php