sophienet Posted December 14, 2007 Share Posted December 14, 2007 I have a small contacts database running with php/MySQL and everything is working with it, i just want to know how i can have like comboboxes to select contacts and then eventually print them, or batch email them. I have a search with brings up all the contacts in the mysql table and puts it in a html table. on each side of the records are already "edit" options so that they can be modified with ease. I would just like to know how i can have little checkboxes next to each record and then have a like "select all" or "deselect all" and then eventually click "print" or "email". Just like on PhpMyAdmin where you can select records from checkboxes and then either "delete" or "modify". Thank-you in advance. Adam, Quote Link to comment Share on other sites More sharing options...
fenway Posted December 14, 2007 Share Posted December 14, 2007 This is really a php question (i.e. the layout and the parsing, and what you're searching)... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.