RE: [PHP] Need help creating a mysql query in PHP

2002-09-30 Thread John W. Holmes
> I have a form containing a text field where the user types in a sentence. > I > need to search a mysql table, specifically a text field and display a list > of found results. My criteria selections are: > > 1) return a record if all the words are contained in a record > 2) return a record if a

[PHP] Need help creating a mysql query in PHP

2002-09-30 Thread DonPro
Hi, I have a form containing a text field where the user types in a sentence. I need to search a mysql table, specifically a text field and display a list of found results. My criteria selections are: 1) return a record if all the words are contained in a record 2) return a record if all any w