© Copyright 2012 Steven van der Peijl. All Rights Reserved
I decided to release a search class which I use for several of my website to the public to use. The collection of 2 classes use 3 techniques to search a mysql database which are:
- Full text search (for MyISAM or InnoDB with Mysql version 5.6)
- Like search (simplest method, not recommended)
- Sphinx search (needs Sphinx installation, recommended)
The sphinxapi.php is part of the sphinx installation for ease-of-use I’ve included the file, this api is NOT made by me.
Read more and download the files at: http://www.stevenvanderpeijl.com/work/mysql2search
Update: I received a cool Innovation Award for this class on phpclasses.org thanks guys





Leave Your Response