經安全檢測,此網站為安全網站,請放心前往原始網址!

PHP: mysql_list_tables - Manual - PHP: Hypertext Preprocessor

You can also do this with function mysql_query(). It's better because mysql_list_tables is old function and you can stop showing errors. function mysql_table_exists($dbLink, $database, $tableName) { $tables = array(); $tablesResult = mysql_query("SHOW ...

php.net

網址安全性掃描由 google 提供