PHP Classes / Search DB

Search for a word in MySQL tables

Search DB PHP Class

This class can be used to search for a word in MySQL tables. It accesses a given MySQL database and retrieves the list of all tables and text fields. The class can execute SQL queries that search for records in all tables and all their text fields that contain the given word in their values. It displays the value of the first table field of all records that were found as result of the search query.

Similar PHP Classes

Search in PHP Classes

Filter by tags