Home »

Explain mysql_error().

Question ListCategory: PHPExplain mysql_error().
shah_kajal184 author asked 8 years ago
2 Answers
denielshakespeare5 author answered 8 years ago

The mysql_error() message will tell us what was wrong with our mysql query.

jamessmith05 author answered 8 years ago

The mysql_error() message will tell us what was wrong with our query, similar to the message we would receive at the MySQL console.

Please login or Register to Submit Answer