Is it possible, to calculate the number of matches in mysql like structure?

ImaShyGirl

New Member
Lets assume i have a query like the following\[code\]$query_search = "SELECT * FROM `search` WHERE `title` LIKE '%$word%' OR `content` LIKE '%$word%'";\[/code\]i need to order rows by count of matches?is it possible in such structure of database, or i need to redesign it?Thanks much
 
Back
Top