Which one of the following methods is responsible for sending the query to the database?
A
query()
B
send_query()
C
sendquery()
D
mysqli_query()
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.