InterviewSolution
Saved Bookmarks
| 1. |
What returns a string containing an error message?(a) mysql_error()(b) mysql_errno()(c) mysql_sqlstate()(d) mysql_close()This question was posed to me in an online quiz.This intriguing question originated from Session-Only System Variables topic in portion System, Status and User Variables of MySQL |
|
Answer» Right choice is (a) mysql_error() |
|