Thanks for your response:
PHP Version 4.2.2
$_SESSION[test] = 'testData';
Regards
Zac
Please respond to the list, and not to an individual user (unless asked of course).
Try adding quotes around your key...
$_SESSION['test'] = "testData";
-- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php