Re: [PHP-DB] Building A Query

2004-02-11 Thread Jason Wong
On Wednesday 11 February 2004 23:18, Benjamin Jeeves wrote: > I have a form with a number of checkboxs on it and what I would like to be > able to do is build a query base on the checked checkedboxes. > > The database I am using is mysql If you're looking for tutorials, ask google, there are plen

Re: [PHP-DB] Building A Query

2004-02-11 Thread John W. Holmes
From: "Benjamin Jeeves" <[EMAIL PROTECTED]> > I have a form with a number of checkboxs on it and > what I would like to be able to do is build a query > base on the checked checkedboxes. All depends on what you're actually doing, but I assume each checkbox is related to a row in the database? And