Basic PHP Programming Question:

Download Job Interview Questions and Answers PDF

How can we create a database using PHP and mysql?

PHP Interview Question
PHP Interview Question

Answer:

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

Download PHP Interview Questions And Answers PDF

Previous QuestionNext Question
How can we submit form without a submit button?How many ways we can retrieve the date in result set of mysql using php?