I know how to do a regular php mysql search and display the results. However, because of the nature of what I\'m trying to accomplish I need to be able to sort by relevancy.
A quick google gave me this link.
Example:
select title, match (title,content) against (”internet”) as score from cont where match (title,content) against (”internet”) limit 10;