Q. Which of these returns a string containing an error message?
β
Correct Answer: (A)
mysql_error()
Explanation: This question asks about a function in MySQL that gives you information about errors. Here's a breakdown of the options: