I'm writing an install script for my program and i want to find out if the table already exists before installing it... So here is the question. Does mysql_table_exists(); function really exists?
Well, if it's not listed in the manual the way mysql_list_tables() is ...