PHP MySQL: Making Database Use mysql_create_db()Tag: mysql, database, mysql_create_db Category: PHP Databasepost: 28 Feb 2008 read: 1,822 php mysql basic step by step tutorial - part 2: Mysql_create_db() function is used to create a database. Usually, database is used in a application and it contains of some tables. Using mysql_create_db() such as:
Example, create a file named create.php within www. Enter following code:
Point your browser to http://localhost/create.php.
|
| | Give Your Opinion | Recommend |
|



