Hello,

This is a reply to an e-mail that you wrote on Mon, 16 Jun 2003 at 22:22,
lines prefixed by '>' were originally written by you.
> How do I delete a mySQL table? (Just what's in the subject)
> - Zavaboy
> [EMAIL PROTECTED]
> www.zavaboy.com

Connect to the mysql server, select the db then use:
mysql_query("DROP TABLE table_name");

David.

--
phpmachine :: The quick and easy to use service providing you with
professionally developed PHP scripts :: http://www.phpmachine.com/

          Professional Web Development by David Nicholson
                    http://www.djnicholson.com/

    QuizSender.com - How well do your friends actually know you?
                     http://www.quizsender.com/
                    (developed entirley in PHP)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to