Re: [PHP] sesson tutorials

2002-10-14 Thread Maxim Maletsky
Try also looking at PHPBeginner (www.phpb.com). On Mon, 14 Oct 2002 12:47:45 +1000 "Peter Houchin" <[EMAIL PROTECTED]> wrote: > howdy > > does any one know where i can view an uptodate session tutorial? so far I > have not found any that are up todate. > > Cheers > > Peter > "the only dumb q

RE: [PHP] sesson tutorials

2002-10-13 Thread Peter Houchin
eter > -Original Message- > From: John W. Holmes [mailto:[EMAIL PROTECTED]] > Sent: Monday, 14 October 2002 12:50 PM > To: 'Peter Houchin'; 'php_gen' > Subject: RE: [PHP] sesson tutorials > > > > howdy > > > > does any one know where i can view

RE: [PHP] sesson tutorials

2002-10-13 Thread John W. Holmes
> howdy > > does any one know where i can view an uptodate session tutorial? so far I > have not found any that are up todate. Sessions are a breeze. Just call session_start() on any page you need to access the session. You then have a variable called $_SESSION, which is an array. You can use it