Computer Science, asked by Bunny4991, 2 months ago

The function _______________ is used to connect to the database

Answers

Answered by harneetmakkad27
1

refer to this hope it helped

Attachments:
Answered by rahul123437
0

The mysqli_connect() function in PHP is used to connect you to the database.

Explanation:

  • In PHP mysqli_connect() function is used to connect with MySQL database. It returns resources if the connection is established or null.
  • PHP mysqli_connect()  the function syntax is as follows:       mysqli_connect ("host", "username", "pass_word", "database_name")
Similar questions