Basic PHP Programming Question:
Download Job Interview Questions and Answers PDF
How can we create a database using PHP and mysql?
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 Question | Next 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? |