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. >

[PHP] dynamic checkboxes?

2001-08-06 Thread garman
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. I'm having trouble figuring out how to process these in the php script

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

[PHP] dynamic checkboxes

2001-04-10 Thread Nando2
Hello All, I'm trying to build a way to transfer my orders to a HTML page instead of using GUI that I've designed. In order to do that I need to display all the orders of the day and have checkboxes on each so that the user can select only the orders that we will process. The number of check