php mysql design for editing multiple records

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
kerick
Forum Newbie
Posts: 5
Joined: Mon Mar 17, 2003 12:42 pm

php mysql design for editing multiple records

Post by kerick »

How would you design a form for updating multiple records
for example my table has (name, company, email, sendemail)

I want to be able to list all the names of the users in this mysql table
and checkbox or something each one that I want to send an email to this would mark sendemail field with a flag.

any suggestions
Post Reply