Page 1 of 1

PHP processing form with checkboxes

Posted: Tue Dec 23, 2003 11:24 am
by sgalmeida
Greetings,

I have a form that presents a table containing products /dynamically loaded from MySQL) so the user can edit/delete the products. To edit, I display a link. To delete, I use a <td> with an <input type="checkbox"> object, so the user can delete several in one time. And here is where Î get stucked. I need to process this form with several checkboxes, some selected, others not. How can I do this? Is there any tutorial/article about this? Please help.

Thank you very much.

Sérgio

Posted: Tue Dec 23, 2003 11:51 am
by microthick
There are a million old posts in these forums regarding this topic.

If you search for "forms and checkboxes" you'll be presented with many useful threads.