Discussion :: PHP - CS
- Which one of the following methods can be used to diagnose and display information about a MySQL connection error?
Answer : Option C
Explanation :
The mysqli extension includes a few features that can be used to capture error messages or alternatively you can use exceptions.
Be The First To Comment