以下は私が使用したコードです
非推奨:関数mysql_list_tables()は、28行目のE:\ xampp \ htdocs \ federalcreditadvocates \ admin_page\view_reports.phpで非推奨になりました。
それはdepricatedです..だから私が必要とするのはphpバージョン5の単純なmysql_list_tables()であるか、これに新しい関数があるかどうかです..本当に必要なことを教えてください:)
<?php
$table_query = mysql_list_tables("odesk_carlo");
$get_num_rows = mysql_num_rows($table_query);
for ($table = 0; $table < $get_num_rows; $table++)
{
echo "Table name: ", mysql_tablename($result, $table), "<br />";
}
?>
http://www.jaywebtechnologies.co.cc <-今のところ、すぐにダウンしますhttp://www.jaywebtechnologies.com