Nie znam składni PDO, ale wydaje się to całkiem proste:
$result = mysql_query("SHOW TABLES LIKE 'myTable'");
$tableExists = mysql_num_rows($result) > 0;
Nie znam składni PDO, ale wydaje się to całkiem proste:
$result = mysql_query("SHOW TABLES LIKE 'myTable'");
$tableExists = mysql_num_rows($result) > 0;