Fai così:
Codice PHP:
(connessione al server mysql)
$_id mysql_query("SHOW TABLE STATUS FROM [DATABASE]");
while (
$_row mysql_fetch_row($_id)) $_Result[] = $_row[Name];

if (
in_array([TABELLA_CHE_CERCHI],$_Result])) {
 
# LA TABELLA C'E'
} else {
 
# NON C'E'