Hi,
If i have the following table:
--------------
| ID | Color |
--------------
| 1 | Blue |
| 2 | Red |
--------------
If I have a HTML form and the user inputs in a textfield "The sky is usually blue in color".
How do I do a query where I want ID 1 returned?
If i have the following table:
--------------
| ID | Color |
--------------
| 1 | Blue |
| 2 | Red |
--------------
If I have a HTML form and the user inputs in a textfield "The sky is usually blue in color".
How do I do a query where I want ID 1 returned?