Discussion :: PHP - CS
- Which one of the following methods is responsible for sending the query to the database?
Answer : Option A
Explanation :
Its prototype looks like- class mysqli { mixed query(string query [, int resultmode]) }
Be The First To Comment