Interview Questions

How can we create a database using PHP and mysql?

PHP Interview Questions and Answers


(Continued from previous question...)

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.

(Continued on next question...)

Other Interview Questions