okay guys,
i need some direction/help to develop a search script.
Currently, a user can input some information about an item into the database. (item name and type '$itemName', problems with the item '$prob', and so on..)
Other users should be able to enter a value (name/type of item they are looking for) into a search field '$searchValue'.
The database should return all rows where $searchValue is equal to any word in $itemName.
The script should then print the search results to the users' browser neatly.
- note: the $itemName, should not need to be filtered of 'noisewords' such as ' the, a , an... descriptive words ' due to instructions to the user whom inputs item information. *
Which searching methods are there, and which would be the best choise for my script? sample code?