Create db using php?

A

Anonymous

Guest
I am a newb, so please respond as if I were a child :)

I know that I can add the tables to a database using a php script, but can I CREATE the database using a php script? If so, please direct me to a demo if possible. If not, is there any way to create a database (over a network) without using telnet?

Thank you for your time and attention.
 
Hi ;)

Check this out -->
http://www.php.net/manual/en/function.mysql-create-db.php

If you have experience further problems, just post back
bye!
 
Back
Top