Skip to content

Commit

Permalink
Link to do-while
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-tekiela committed Jun 26, 2021
1 parent 327b53e commit eade647
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/mysqli/mysqli/multi-query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
for the next execution of <function>mysqli_next_result</function> from PHP.
</para>
<para>
It is recommended to use <literal>do-while</literal> to process multiple
It is recommended to use
<link linkend="control-structures.do.while">while</link> to process multiple
queries. The connection will be busy until all queries have completed and
their results are fetched to PHP. No other statement can be issued on the
same connection until all queries are processed.
Expand Down

0 comments on commit eade647

Please sign in to comment.