How can we create a database using PHP and MySQL ? ~ Interview Questions & Answers

Friday, June 22, 2007

How can we create a database using PHP and MySQL ?

We can create MySQL database with the use of mysql_create_db($databaseName) to create a database.

0 comments: