From f7d17a3b58ae9038603fffe9ab804a1ccb5c2b2c Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Wed, 21 Apr 2004 09:15:44 +0000 Subject: [PATCH] see also mysql error messages git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@156690 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-error.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.