Page 1 of 1

php mysql design for editing multiple records

Posted: Fri Mar 12, 2004 6:01 pm
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