RE: [PHP] array session variable problem (register_global=off)

2002-02-20 Thread Harry Yu
Thanks Kirk, That works. Harry __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] array session variable problem (register_global=off)

2002-02-20 Thread Johnson, Kirk
Doh! I meant this: $_SESSION['name']['first'] = 'First Name'; > -Original Message- > From: Harry Yu [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 4:52 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP] array session variable pr

RE: [PHP] array session variable problem (register_global=off)

2002-02-20 Thread Harry Yu
mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 2:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] array session variable problem (register_global=off) > > > Hi All, > > I have register_global = off and I have problem > retrieving array session variab

RE: [PHP] array session variable problem (register_global=off)

2002-02-20 Thread Johnson, Kirk
u [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 20, 2002 2:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] array session variable problem (register_global=off) > > > Hi All, > > I have register_global = off and I have problem > retrieving array session variabl

[PHP] array session variable problem (register_global=off)

2002-02-20 Thread Harry Yu
Hi All, I have register_global = off and I have problem retrieving array session variable. For example; Page1.php Page2.php None of these works. The session file does registered the array and variables. I can retrieve the array with the register_global on. Any ideas? Thanks, Harry ___