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,

0 comments:

Post a Comment