Re: [PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Bobby Patel
son, R&D Software Engineer, Tru-Test Ltd. > Phone: +64-9-9788757, Fax: +64-9-979, <[EMAIL PROTECTED]> > Tru-Test Ltd, P.O. Box 51-078, Pakuranga, Auckland, New Zealand > > > -----Original Message----- > > From: Bobby Patel [SMTP:[EMAIL PROTECTED] > > Sen

RE: [PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Gavin Jackson
57, Fax: +64-9-979, <[EMAIL PROTECTED]> Tru-Test Ltd, P.O. Box 51-078, Pakuranga, Auckland, New Zealand > -Original Message- > From: Bobby Patel [SMTP:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 3:28 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: Mi

Re: [PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Bobby Patel
nd > > > -Original Message- > > From: Bobby Patel [SMTP:[EMAIL PROTECTED] > > Sent: Friday, March 21, 2003 11:29 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP] Re: Missing session vars when doing var_dump() > > > > I would think that they are 16

[PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Gavin Jackson
Message- > From: Bobby Patel [SMTP:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 11:29 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: Missing session vars when doing var_dump() > > I would think that they are 16 key/value pairs when the MySQL (TEXT) > field

[PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Bobby Patel
I would think that they are 16 key/value pairs when the MySQL (TEXT) fields are null thus the session variables are NOT set thus NOT present. Hypothsis: I believe that your are using mysql_fetch_array($query_resource), try using the second parameter as well ie. mysql_fetch_array($query_resource, T