Basic PHP Programming Question:

How can we create a database using PHP and mysql?

Tweet Share WhatsApp

Answer:

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

Download PHP PDF Read All 139 PHP Questions
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?