Re: [PHP-DB] Transmitting Arrays

2001-03-21 Thread Mick Lloyd
/a but I would love to be corrected on this by a PHP expert! Regards Mick Lloyd [EMAIL PROTECTED] Tel: +44 (0)1684 560224 - Original Message - From: Mark Collin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 9:44 PM Subject: [PHP-DB] Transmitting Arrays I have a fo

Re: [PHP-DB] Transmitting Arrays

2001-03-21 Thread Rouvas Stathis
0224 - Original Message - From: Mark Collin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 9:44 PM Subject: [PHP-DB] Transmitting Arrays I have a form which dynamically builds a table by taking data out of a mysql database http://www.fyrespray.n

Re: [PHP-DB] Transmitting Arrays

2001-03-21 Thread Joe Brown
hmm... looks like you're trying to use seralize(var_name); with out assigning a value to a holder variable. $holder=seralize($var_name); will probably get you further along. also, try: $var_name=unseralize($holder); for the return trip. same goes for urlencode/decode; though you can do two

[PHP-DB] Transmitting Arrays

2001-03-20 Thread Mark Collin
I have a form which dynamically builds a table by taking data out of a mysql database http://www.fyrespray.net/screenshots/admin/modifyscreenshot.php4?pageid=1 but i'm having problems whn i try to modify the data i'm trying to put all the data into arrays serialize it, urlencode it then send it