On 06/01/04 22:12 John Nichel spoke:
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']?

That was my problem.
I reorganized and put some code in a file that didn't have a session_start() call. :-(


Thanks.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to