Vidyalelo
PHP · Q12

Databases Handling

Programming · PHP · question 12

Q12

Which one of the following methods is responsible for sending the query to the database?

A.
query()
Answer
B.
send_query()
C.
sendquery()
D.
query_send()

Answer: Option A

Solution

Answer: Option A
Solution:
Its prototype looks like- class mysqli { mixed query(string query [, int resultmode]) }