Discussion :: PHP - CS
- Which one of the following statements instantiates the mysqli class?
Answer : Option B
Explanation :
If you choose to interact with MySQL server using the object-oriented interface, you need to first instantiate the mysqli class via its constructor.
Be The First To Comment