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|
>>
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)
>
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