Hi,
As my title suggests, How can I find out whether a table is my mysql database exists? if not, I have to create it, if it exists I can use it...
I need to know this because I have to use dynamic tablenames in my database...
Is there a way to search for a tabelname?
$exists = mysql_table_exists($tablename); ????????
or something??
Thanx in Advance,
math
As my title suggests, How can I find out whether a table is my mysql database exists? if not, I have to create it, if it exists I can use it...
I need to know this because I have to use dynamic tablenames in my database...
Is there a way to search for a tabelname?
$exists = mysql_table_exists($tablename); ????????
or something??
Thanx in Advance,
math