$_SESSION['new_name'] = $_REQUEST['new_name'];
Is not global. I printed out the value locally but it is not made into a session variable.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
$_SESSION['new_name'] = $_REQUEST['new_name'];
Is not global. I printed out the value locally but it is not made into a session variable.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php