From f57a15e7289cda6c8e64ed0f44fb474a0a1dd0d3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Fri, 19 Jan 2007 19:59:03 +0000 Subject: [PATCH] this just supports 1 query git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227605 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-query.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/mysql/functions/mysql-query.xml b/reference/mysql/functions/mysql-query.xml index 598237d7bb..a5a7df7b99 100644 --- a/reference/mysql/functions/mysql-query.xml +++ b/reference/mysql/functions/mysql-query.xml @@ -1,5 +1,5 @@ - + @@ -15,9 +15,10 @@ resourcelink_identifier - mysql_query sends a query (to the currently + mysql_query sends an unique query (multiple queries + are not supported) to the currently active database on the server that's associated with the - specified link_identifier). + specified link_identifier.