betz Sat Nov 1 06:50:43 2003 EDT
Modified files: /phpdoc/en/reference/dbx/functions dbx-fetch-row.xml Log: php tags in example Index: phpdoc/en/reference/dbx/functions/dbx-fetch-row.xml diff -u phpdoc/en/reference/dbx/functions/dbx-fetch-row.xml:1.2 phpdoc/en/reference/dbx/functions/dbx-fetch-row.xml:1.3 --- phpdoc/en/reference/dbx/functions/dbx-fetch-row.xml:1.2 Tue Sep 30 04:33:28 2003 +++ phpdoc/en/reference/dbx/functions/dbx-fetch-row.xml Sat Nov 1 06:50:43 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.dbx-fetch-row"> <refnamediv> <refname>dbx_fetch_row</refname> @@ -28,6 +28,7 @@ <title>How to handle the returned value</title> <programlisting role="php"> <![CDATA[ +<?php $result = dbx_query ($link, 'SELECT id, parentid, description FROM table', DBX_RESULT_UNBUFFERED); echo "<table>\n"; @@ -39,6 +40,7 @@ echo "</tr>\n"; } echo "</table>\n"; +?> ]]> </programlisting> </example>