Which PHP function is used to create a new database?

WBOY
Release: 2023-09-07 08:58:01
forward
730 people have browsed it

Which PHP function is used to create a new database?

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

Syntax

bool mysql_query( sql, connection );
Copy after login

Example

Following are the parameters used in the function -

##SqlConnection
S. Number

Parameters and description

Required- Create SQL query for MySQL database

Optional - If not specified, the last opened connection by mysql_connect will be used.

The above is the detailed content of Which PHP function is used to create a new database?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!