<snip>
Assuming there's a preceding page that has created the session 'name'
and
registered the var 'order' with the 'name' session.


session_name('name');
session_register('order');
</snip>

Try $_SESSION['order']

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

Reply via email to