From 2d6260d0938ed74f4e8461b5ea2f0716e9ac5948 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 19 Nov 2001 17:10:35 +0000 Subject: [PATCH] typo fixes git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62808 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 035f0c2607..a9f924c0e5 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -1950,7 +1950,7 @@ $result = mysql_query ("SELECT my_col FROM my_tbl") mysql_result returns the contents of one cell from a MySQL result set. The field argument can be the field's offset, or the field's name, or the field's table dot - field's name (tabledname.fieldname). If the column name has been + field name (tablename.fieldname). If the column name has been aliased ('select foo as bar from...'), use the alias instead of the column name.