From 38c16fbc75d2ba87b5d3784d882a00283f056062 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 16 Nov 2001 18:58:43 +0000 Subject: [PATCH] - Clarify a little bit git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62606 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 2f531df538..eb27ade4a8 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -1829,8 +1829,8 @@ $result = mysql_query ("SELECT my_col FROM my_tbl") statement. - For SELECT statements, mysql_query returns a - new result identifier that you can pass to + Only for SELECT statements, mysql_query + returns a new result identifier that you can pass to mysql_result. When you are done with the result set, you can free the resources associated with it by calling mysql_free_result. Although, the