Categories

Updated: 07/20/2006

Basic MySQL Search Engine Class

This class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table. The class returns an array with the values of primary keys of the table records returned by the queries. Duplicate record entries are eliminated.
©2003-2019 jCay.com