Page 1 of 1

shopping cart form with checkboxes

Posted: Tue Sep 15, 2009 5:28 pm
by akuji36
I can view, delete and modify one record at a time thru form.

How can I recieve multiple selections from a select query,

modify many records at once,

and delete many records thru this form?

thanks

Rod
http://www.webpagesofease.com

Re: shopping cart form with checkboxes

Posted: Tue Sep 15, 2009 7:01 pm
by califdon
akuji36 wrote:How can I recieve multiple selections from a select query,
http://us2.php.net/manual-lookup.php?pa ... ch&lang=en
akuji36 wrote:modify many records at once,
http://w3schools.com/sql/sql_update.asp
akuji36 wrote: and delete many records thru this form?
http://w3schools.com/sql/sql_delete.asp