PHP processing form with checkboxes
Posted: Tue Dec 23, 2003 11:24 am
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
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