そのためのPDO構文はわかりませんが、これは非常に簡単なようです:
$result = mysql_query("SHOW TABLES LIKE 'myTable'");
$tableExists = mysql_num_rows($result) > 0;
そのためのPDO構文はわかりませんが、これは非常に簡単なようです:
$result = mysql_query("SHOW TABLES LIKE 'myTable'");
$tableExists = mysql_num_rows($result) > 0;