Selecting records to print

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
currywm
Forum Newbie
Posts: 2
Joined: Sat Oct 26, 2002 4:46 pm

Selecting records to print

Post by currywm »

Looking for guidance; want to display a list (table of MySQL records to user with a way that the user can select one or as many records as desired for a custom print. Thinking of a check box in one cell of terminal, but not sure how I can tie a yes/no value to that check box and then print only those that have the yes value..

Any help or examples appreciated
Post Reply