Full Text Search in MySQL Database

I love the ‘LIKE’ SQL command for searching within phpMyAdmin, but to do the job properly on a page, you really need to know how to use ‘Full-text Searching’… This...

I love the ‘LIKE’ SQL command for searching within phpMyAdmin, but to do the job properly on a page, you really need to know how to use ‘Full-text Searching’…

This article by Jim Ferrara does the trick…. Thanks Jim!

Related posts:

  1. Find and Replace text in whole MySQL database
  2. Backup Database with PHP
  3. Connect To Database With mysql_connect
  4. Connect To Database With mysqli_connect

This post has had 3 views