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 to

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

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

2002-10-06 Thread CK Raju
> 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

[PHP-DB] passing array to next page

2002-10-06 Thread Smita Manohar
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. ___