php mysql design for editing multiple records
Posted: Fri Mar 12, 2004 6:01 pm
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
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