chinmay.sahoo
New member
If there is a problem with a query, this function will spit out the error number registered with MySQL.
int mysql_errno ([int link_identifier])
On its own, this isn’t terribly helpful. For the most part, you would only use this if you wished to use custom error handling. Better error messages come from mysql_ error() which is discussed next.
int mysql_errno ([int link_identifier])
On its own, this isn’t terribly helpful. For the most part, you would only use this if you wished to use custom error handling. Better error messages come from mysql_ error() which is discussed next.