RE: [PHP-DB] passing array to next page

2002-10-06 Thread John W. Holmes
Look at the serialize() function or use sessions. www.php.net/serialize ---John Holmes... -Original Message- From: Smita Manohar [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 06, 2002 6:33 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] passing array to next page hello all, im

RE: [PHP-DB] passing array to next page

2002-10-06 Thread Marco Tabini
Also, if you decide to use serialize() and unserialize() through the post variables (I'd recommend against using it in the query URL because some browsers have a limit as to how much data they can fit into it), you should consider encrypting it in some way or at least appending an encrypted CRC