mysql_list_tables List tables in a MySQL database Description resourcemysql_list_tables stringdatabase resource link_identifier mysql_list_tables takes a database name and returns a result pointer much like the mysql_query function. You can use the mysql_tablename function to extract the actual table names from the result pointer, or any other result table function. For downward compatibility mysql_listtables can also be used. This is deprecated however. mysql_list_tables Example ]]> See also: mysql_list_dbs, mysql_tablename.