From f93e7371bf917c8483120e6642971992f781e18f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sun, 13 May 2001 16:50:26 +0000 Subject: [PATCH] Added references to mysql_query(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47351 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mysql.xml b/functions/mysql.xml index 94da3881e9..a487807fc8 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1748,6 +1748,7 @@ $result = mysql_query ("SELECT my_col FROM my_tbl") See also: mysql_affected_rows, mysql_db_query, + mysql_unbuffered_query, mysql_free_result, mysql_result, mysql_select_db, and