Showing posts with label How can we create a database using PHP and mysql?. Show all posts
Showing posts with label How can we create a database using PHP and mysql?. Show all posts

Saturday, May 16, 2009

How can we create a database using PHP and mysql?

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