Home / CSE / PHP - CS :: Discussion

Discussion :: PHP - CS

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

  2. A.

     query()

    B.

     send_query()

    C.

     sendquery()

    D.

     query_send()

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment