The function _______________ is used to connect to the database
Answers
Answered by
1
refer to this hope it helped
Attachments:

Answered by
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
History,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
Math,
6 months ago
Math,
1 year ago
Social Sciences,
1 year ago