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.
Did you start the session before you set $_SESSION['new_name']?
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php