Page 1 of 1

checking if MYSQL table exists

Posted: Thu Oct 03, 2002 8:48 pm
by pb2ya
what is the query to do it?

Posted: Fri Oct 04, 2002 3:56 am
by Wayne

Code: Select all

mysql_list_tables(databasename)
then just add your code to check if the table you want is in the list.