is this the correct way to register variables via a session?

[code]
session_start ();
$_SESSION['eventid'] = 'arma2';

print_r ($_SESSION);
echo "<P> $_SESSION";
[/code]


[result] Array ( [eventid] => arma2 )

Array
[/result]

I apologize for the numerous questions, but I am trying to learn...If anyone would like to help off-list, my ICQ is 38823829

Jay


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



Reply via email to