Multiple Choice
The ___ function returns a text string describing the error in PHP code.
A) mysql_error()
B) mysql_errno()
C) mysql_err()
D) mysql_error_number()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q35: The <B>NOT NULL</B> keywords are often used
Q36: The <B>mysql_connect() </B>function returns a 1 if
Q37: The _ command with a <B>mysql_query() </B>function
Q38: PEAR stands for _.
Q39: A list of records that are returned
Q41: To prevent code from trying to create
Q42: To close the resultset, use _.<br>A) mysql_close()<br>B)
Q43: The <B>mysql_fetch_row() </B>function returns the fields in
Q44: The first record added to a table
Q45: To update records in a table, use