[PHP] How to post unknown amount of data ?

2001-08-08 Thread vz
Hello all, I'm having a trouble. I'm programming an CMS for one pc company. So in example i'm doing a pc category catalog admin. They can add/delete/modify theese category's. But also they want one feature: they want to edit all category's in one form. So i made a form that displays all

Re: [PHP] How to post unknown amount of data ?

2001-08-08 Thread Tom Carter
is not (well without comparing the variables to the db again).. so it is usually quicker just to update the whole.lot. HTH, Tom - Original Message - From: vz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 08, 2001 12:00 PM Subject: [PHP] How to post unknown amount of data

RE: [PHP] How to post unknown amount of data ?

2001-08-08 Thread Bruin, Bolke de
-Oorspronkelijk bericht- Van: vz [mailto:[EMAIL PROTECTED]] Verzonden: Wednesday, August 08, 2001 1:00 PM Aan: [EMAIL PROTECTED] Onderwerp: [PHP] How to post unknown amount of data ? Hello all, I'm having a trouble. I'm programming an CMS for one pc company. So in example i'm doing a pc category

RE: [PHP] How to post unknown amount of data ?

2001-08-08 Thread Bruin, Bolke de
PM Aan: 'vz'; [EMAIL PROTECTED] Onderwerp: RE: [PHP] How to post unknown amount of data ? You can enumerate the form vars for example if you have an unkown amount of comments for($i=0;$isizeof($comments);$i++) { echo input type=text name=commentid$i; } etc Bolke (sorry I'm not going