PHP processing form with checkboxes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sgalmeida
Forum Newbie
Posts: 4
Joined: Tue Dec 23, 2003 11:24 am

PHP processing form with checkboxes

Post 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
microthick
Forum Regular
Posts: 543
Joined: Wed Sep 24, 2003 2:15 pm
Location: Vancouver, BC

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