Re: [PHP] Need Help With SESSIONS and ARRAYS

2002-11-05 Thread Kevin Stone
Oops.. sorry didn't realize I was responding to a redundent post. :) -Kevin - Original Message - From: "Kevin Stone" <[EMAIL PROTECTED]> To: "@ Darwin" <[EMAIL PROTECTED]>; "Php-General" <[EMAIL PROTECTED]> Sent: Tuesday, Novemb

Re: [PHP] Need Help With SESSIONS and ARRAYS

2002-11-05 Thread Kevin Stone
So far as I know the session_register() function accepts only one input. That could be your array if you wanted. It would be the same thing as doing this: $myarray = array('name' => '', 'price' => '', 'desc' => ''); $_SESSION['myarray'] = $myarray; Set and/or Access with: $_SESSION['myarray']['n