Have a look half way down this page
http://www.linuxdocs.org/HOWTOs/PHP-HOWTO-15.html

pete

Jay Fitzgerald wrote:
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