PHP7中文手册2018 带注释 最新chm版
if(mysql_num_rows(mysql_query("SHOW TABLES LIKE '".$table_name."'"))) { echo "Table exists"; } else { echo "Table does not exist"; }mysql表中的 $table_name 是表明.赋值就可以啦.
转载请注明:谷谷点程序 » php mysql 中判断数据表存在与否.
if(mysql_num_rows(mysql_query("SHOW TABLES LIKE '".$table_name."'"))) { echo "Table exists"; } else { echo "Table does not exist"; }mysql表中的 $table_name 是表明.赋值就可以啦.
转载请注明:谷谷点程序 » php mysql 中判断数据表存在与否.