Basic PHP Programming Question:
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.
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? |