Dear all I am using a PHP form to query a mysql DB. I want that the form should automatically search the DB for the specified keyword(s) and its synonyms. e.g. if a person searches for "corn", the form should retrieve results for "corn" as well as for "maize". how can it be done? An example code is welcome.