wwfc_barmy_army Posted October 9, 2006 Share Posted October 9, 2006 Is there a way to get the tables in a database and list them? Is there any issues with doing this?Thanks.Peter. Link to comment https://forums.phpfreaks.com/topic/23476-retrieving-tables-in-a-database/ Share on other sites More sharing options...
AndyB Posted October 9, 2006 Share Posted October 9, 2006 $query = "SHOW tables ...";http://dev.mysql.com/doc/refman/5.0/en/show-tables.html Link to comment https://forums.phpfreaks.com/topic/23476-retrieving-tables-in-a-database/#findComment-106533 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.