Re: [PHP-DB] [php - mysql] create_table

2001-11-11 Thread george
The mysql_create_db() and the other functions are fine but I find it easier to use SQL statements and then send them through the mysql_query() function George At 05:10 11/11/2000 +0100, Henning Block wrote: Hi, with the php-command mysql_create_db (my_db); i can create an

[PHP-DB] [php - mysql] create_table

2001-11-10 Thread Henning Block
Hi, with the php-command mysql_create_db (my_db); i can create an mySQL-Database. How can I create a table in this database ? I found no command in the php.net-manual. --- H3N --- -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional