This snippet can search for a value in all MySQL database tables. It can connect to a given MySQL database and retrieves the list of all database tables. This snippet queries each of the tables to search of a given values in all columns of the table. It sets an array variable with the list of tables and columns on which the given value was found.
PHP Snippet
Sample: $obg = new searchEntireDB(DBName, userName, pswd, columnName, targetText);<br><br>
PHP Snippet
Sample: $obg = new searchEntireDB(DBName, userName, pswd, columnName, targetText);<br><br>
Comment