SHOW TABLES FROM '".$database_name."'
I need to test for the existence of a table in the database. This query works fine as long as there are no underscores in the database-name.
Is there a workaround so that this script could deal with underscores in database-names?