Hi.
I have a textfield variable $string...
It contains for example "BMW COUPE"...
How can i search mysql db field for word matches???
SELECT * FROM db WHERE description xxxxxxxxxxxxxxxxxxx?
description is the field name!
so if description containse either 'BMW' or 'COUPE' it will return this field...
Thanx