Hi,
I'm making a online app in which I need to make a mysql-table if it doesn"t already exists? Making the table isn't the problem, but what's the best way to check If a certain table already exists? Is there a function for this?
Or should I load all the tablenames in an array and then check the array for the table I want?
Thanx in advance !!
math
I'm making a online app in which I need to make a mysql-table if it doesn"t already exists? Making the table isn't the problem, but what's the best way to check If a certain table already exists? Is there a function for this?
Or should I load all the tablenames in an array and then check the array for the table I want?
Thanx in advance !!
math