In article <[EMAIL PROTECTED]>, John Taylor-Johnston wrote: > How can I check if a table exists in a mysql db.
$query = 'IF NOT EXISTS table CREATE TABLE table (......)'; mysql_query($query); -- Tim Van Wassenhove <http://home.mysth.be/~timvw/contact.php> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php