I've tested it out and it seems fine. You can use SQL commands or php has its own. For example:
</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">mysql_query("CREATE DATABASE dbname"

//or
mysql_create_db("dbname", $link_id)</pre><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">You can find some good articles on MySQL and PHP integration at <a href="http://www.macdevcenter.com/mac/" target="_blank">http://www.macdevcenter.com/mac/</a>