[PHP] SESSIONS SESSIONS SESSIONS

2004-03-12 Thread Alberto García Gómez
Friends: I need a good example to create a session and navigate an entire site with this sessions. Also I need that sessions handle a three variables. __ Atte. Alberto García Gómez Administrador Nodo Atenas http://www.mtz.sld.cu/ Tel: 53-45-282212

Re: [PHP] SESSIONS SESSIONS SESSIONS

2004-03-12 Thread Jason Davidson
http://ca.php.net/manual/en/function.session-start.php =?iso-8859-1?Q?Alberto_Garc=EDa_G=F3mez?= [EMAIL PROTECTED] wrote: Friends: I need a good example to create a session and navigate an entire site with this sessions. Also I need that sessions handle a three variables.

Re: [PHP] Sessions, sessions, sessions...

2001-10-02 Thread Papp Gyozo
: [PHP] Sessions, sessions, sessions... Hi, I am using php4 (great) under win32 apache (not so great) ... I am trying to regsiter two session variables. When the page is first displayed, the variables are registered thus: session_register(Sheet); $HTTP_SESSION_VARS[Sheet]=serialize($Sheet

[PHP] Sessions, sessions, sessions...

2001-10-01 Thread Bradley Goldsmith
Hi, I am using php4 (great) under win32 apache (not so great) ... I am trying to regsiter two session variables. When the page is first displayed, the variables are registered thus: session_register(Sheet); $HTTP_SESSION_VARS[Sheet]=serialize($Sheet);