Re: [PHP] dynamic checkboxes?

2001-08-06 Thread Mark Maggelet
On Mon, 6 Aug 2001 08:57:08 -0500, garman ([EMAIL PROTECTED]) wrote: >I have a form that generates a list of "categories" dynamically. >That is, for >each category in a database, the form has a corresponding checkbox. >The >checkboxes are given serialized names, such as "chkbx1", "chkbx2", >etc. >

Re: [PHP] dynamic checkboxes

2001-04-10 Thread Daniel
What you need to do is to have a function in the form processing page that iterates through $HTTP_POST_VARS and saves the name and value of each item in the form. You will want to exclude your submit button and if there are other form items you don't want to save, you might want to name them with