How can we create a database using PHP and mysql?

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

Read Online PHP Job Interview Questions And Answers