didou Sun Mar 21 11:59:26 2004 EDT
Modified files:
/phpdoc/en/reference/dbx/functions dbx-query.xml
Log:
adding php tags
http://cvs.php.net/diff.php/phpdoc/en/reference/dbx/functions/dbx-query.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/dbx/functions/dbx-query.xml
diff -u phpdoc/en/reference/dbx/functions/dbx-query.xml:1.15
phpdoc/en/reference/dbx/functions/dbx-query.xml:1.16
--- phpdoc/en/reference/dbx/functions/dbx-query.xml:1.15 Mon Dec 15 11:48:49
2003
+++ phpdoc/en/reference/dbx/functions/dbx-query.xml Sun Mar 21 11:59:26 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<!-- splitted from ./en/functions/dbx.xml, last change in rev 1.3 -->
<refentry id="function.dbx-query">
<refnamediv>
@@ -286,6 +286,8 @@
<title>How to handle UNBUFFERED queries</title>
<programlisting role="php">
<![CDATA[
+<?php
+
$result = dbx_query ($link, 'SELECT id, parentid, description FROM table',
DBX_RESULT_UNBUFFERED);
echo "<table>\n";
@@ -297,6 +299,8 @@
echo "</tr>\n";
}
echo "</table>\n";
+
+?>
]]>
</programlisting>
</example>