Using MySQL Full-text Search in PHP

Zend.com has a nice article that outlines Using MySQL Full-text Searching. The article includes topics such as:

  • How to modify your current database to accommodate Full-text searching
  • How to use a simple Full-text search to quickly gather relevant responses
  • How to execute a more complex Full-text search with Boolean capabilities
  • Tips on what to do, and what not to do, as well as the security implications of some of the example scripts presented.

One Response to “Using MySQL Full-text Search in PHP”

  1. KARTHIKEYAN RANGASWAMY said on May 8th, 2007 at 4:09 am

    I want to implement Mysql full text search with PHP.can u please provide me the sample code for implementing Full Text Search