what about for version 4.3.1??

Jay


At 01:41 PM 6/22/2003 +1000, you wrote:
Yes, for PHP >= 4.1

Justin



on 22/06/03 12:22 AM, Jay Fitzgerald ([EMAIL PROTECTED]) 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