this just supports 1 query

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@227605 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2007-01-19 19:59:03 +00:00
parent bc9bd08ff7
commit f57a15e728

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
<refentry id="function.mysql-query">
<refnamediv>
@ -15,9 +15,10 @@
<methodparam choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
</methodsynopsis>
<para>
<function>mysql_query</function> sends a query (to the currently
<function>mysql_query</function> sends an unique query (multiple queries
are not supported) to the currently
active database on the server that's associated with the
specified <parameter>link_identifier</parameter>).
specified <parameter>link_identifier</parameter>.
</para>
</refsect1>