Which one of the following methods is responsible for sending the query to the database?
Which one of the following methods is responsible for sending the query to the database? Correct Answer mysqli_query()
The method mysqli_query() is responsible for sending the query to the database. Query() method was previously used in older versions of PHP.