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
> 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
hello all,
im having variable $item_id_v = 100
when i want to pass this value to the page item_maint.php i use the
statement :
Click "?>
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
smita.
___