From f748593f159c842ee50008ffa90c74a4cd7b790d Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 17 Nov 2001 13:00:57 +0000 Subject: [PATCH] Heh, build bug fixes... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62633 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 81f77cddb5..035f0c2607 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -549,7 +549,7 @@ while ($i < $cnt) { - &return.succes; + &return.success; mysql_drop_db attempts to drop (remove) an @@ -732,7 +732,7 @@ echo mysql_errno().": ".mysql_error()."<BR>"; of the same name, you must use the numeric index of the column or make an alias for the column. For aliased columns, you cannot access the contents with the original column name (by using - 'field' in this example). + 'field' in this example). select tone.field as foo ttwo.field as bar from tone, ttwo @@ -815,7 +815,7 @@ mysql_free_result ($result); the last column will take precedence. To access the other column(s) of the same name, you either need to access the result with numeric indices by using - mysql_fetch_row or add alias names. + mysql_fetch_row or add alias names. See the example at the mysql_fetch_array description about aliases. @@ -1381,7 +1381,7 @@ mysql_close(); - &returns.success; + &return.success; For downward compatibility mysql_freeresult