Examveda
Examveda

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

A. query()

B. send_query()

C. sendquery()

D. query_send()

Answer: Option A

Solution(By Examveda Team)

Its prototype looks like- class mysqli { mixed query(string query [, int resultmode]) }

This Question Belongs to PHP >> Databases Handling

Join The Discussion

Related Questions on Databases Handling