Showing posts with label PHP - MYSQL CREATE. Show all posts
Showing posts with label PHP - MYSQL CREATE. Show all posts

Create a database

If you want to create a mysql database by using php then the command will be
mysql_query(CREATE DATABASE database_name);

Then the php script will be,