shopping cart form with checkboxes

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

shopping cart form with checkboxes

Post 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
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: shopping cart form with checkboxes

Post 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
Post Reply