PHP Test if MySQL table exists – PHP October 6, 2011 Pramod T P Leave a comment if(mysql_num_rows( mysql_query(“SHOW TABLES LIKE ‘table_name'”))) echo ” Table exists “