Re: PHP Search + MySQL Query

2003-08-30 Thread Hans van Harten
Brown, Chris wrote: > +---+-+ >> Field | Type| > +---+-+ >> id| int(6) | >> svc | varchar(20) | >> sev | tinyint(1) | >> dsc | varchar(60) | >> inits | varchar(20) | >> dst | date| >> tst | time| >> den | date| >>

RE: PHP Search + MySQL Query

2003-08-30 Thread csebe
TED] > Sent: Saturday, August 30, 2003 1:28 PM > To: [EMAIL PROTECTED] > Subject: PHP Search + MySQL Query > > > Hi all, > > In learning PHP and expanding my (seriously limited) SQL knowledge, I > need to write a query that will look for one or more (can be any number) >

PHP Search + MySQL Query

2003-08-30 Thread Brown, Chris
Hi all, In learning PHP and expanding my (seriously limited) SQL knowledge, I need to write a query that will look for one or more (can be any number) of the following fields held in the table: +---+-+ | Field | Type| +---+-+ | id| int(6) | | svc