Jump to content

PHP Search


c_pattle

Recommended Posts

On a website I'm building at the moment I want to have a search bar.  At the moment when I make the search I am using the MySQL "LIKE" to compare the user's search with records in a database.  However this is only a very basic search.  For example if the user is looking for articles on javascript but they mis spell it as "jaavscript" then using "LIKE" won't recognises these two as being similar. 

 

Could anyone point me in the direction or some articles or tutorials about how to perform better search with PHP and MySQL? 

 

Thanks for any help. 

Link to comment
https://forums.phpfreaks.com/topic/222200-php-search/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.