Insert all tables from mysql database into an array

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
BlueFlame
Forum Commoner
Posts: 33
Joined: Wed Oct 12, 2005 5:21 am

Insert all tables from mysql database into an array

Post by BlueFlame »

I need a way to test if a table exists in a database before I create a new table under that name. Is it at all possible to insert all tables in the database into an array?
User avatar
newmember
Forum Contributor
Posts: 252
Joined: Fri Apr 02, 2004 12:36 pm

Post by newmember »

Post Reply