Creating and dropping databases from PHP

wxdqz

New Member
Is it possible to CREATE and DROP MySQL databases from PHP? I get errors attempting to issue SQL to the database before using mysql_select_db() yet what I'd like to do is create the database, then select it and start working with it, creating tables, inserting data, etc.
 
Back
Top