Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 4165
PHP Script Codes > 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.