yannick Tue Apr 27 14:11:12 2004 EDT
Modified files: /phpdoc/en/reference/uodbc/functions odbc-result.xml Log: typos http://cvs.php.net/diff.php/phpdoc/en/reference/uodbc/functions/odbc-result.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/uodbc/functions/odbc-result.xml diff -u phpdoc/en/reference/uodbc/functions/odbc-result.xml:1.4 phpdoc/en/reference/uodbc/functions/odbc-result.xml:1.5 --- phpdoc/en/reference/uodbc/functions/odbc-result.xml:1.4 Mon Dec 15 11:54:10 2003 +++ phpdoc/en/reference/uodbc/functions/odbc-result.xml Tue Apr 27 14:11:12 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.2 --> <refentry id="function.odbc-result"> <refnamediv> @@ -23,8 +23,10 @@ <informalexample> <programlisting role="php"> <![CDATA[ +<?php $item_3 = odbc_result($Query_ID, 3); $item_val = odbc_result($Query_ID, "val"); +?> ]]> </programlisting> </informalexample>