Hi,
Is there any way I can retrieve the names of tables in a MySQL database into a PHP array?
Many thanks
Mark
Finding MySQL table names
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Code: Select all
$mysql_tables = mysql_list_tables($db_connection);