PHP Function to Create a New Database



PHP uses mysql_query function to create a MySQL database. This function takes two parameters and returns TRUE on success or FALSE on failure. Its syntax is as follows −

Syntax

bool mysql_query( sql, connection );

Example

Followings are the parameters used in this function −

S. No.
Parameter & Description
Sql
Required - SQL query to create a MySQL database
connection
Optional - if not specified, then the last opened connection by mysql_connect will be used.
Updated on: 2020-06-22T13:22:24+05:30

128 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements