diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index b51dbcb7d6..84e419d72d 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -1,5 +1,5 @@ - + @@ -60,7 +60,8 @@ echo mysql_errno($link) . ": " . mysql_error($link) . "\n"; - See also mysql_errno. + See also mysql_errno and + MySQL error messages.