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 to
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,
> i need to pass array using such way. but i dont know how to do that.
> can anyone pls help me out for this.
> thnx in advance
Use HTTP_POST_VARS
CK Raju
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php