didou           Wed Jul 16 13:12:55 2003 EDT

  Modified files:              
    /phpdoc/en/reference/ibase/functions        ibase-field-info.xml 
  Log:
  adding PHP tags in the examples
  
Index: phpdoc/en/reference/ibase/functions/ibase-field-info.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-field-info.xml:1.3 
phpdoc/en/reference/ibase/functions/ibase-field-info.xml:1.4
--- phpdoc/en/reference/ibase/functions/ibase-field-info.xml:1.3        Tue Feb 18 
10:31:16 2003
+++ phpdoc/en/reference/ibase/functions/ibase-field-info.xml    Wed Jul 16 13:12:55 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ibase.xml, last change in rev 1.23 -->
   <refentry id="function.ibase-field-info">
    <refnamediv>
@@ -22,6 +22,7 @@
      <informalexample>
       <programlisting role="php">
 <![CDATA[
+<?php
 $rs=ibase_query("SELECT * FROM tablename"); 
 $coln = ibase_num_fields($rs);
 for ($i=0; $i < $coln; $i++) {
@@ -32,6 +33,7 @@
     echo "length: ".$col_info['length']."\n"; 
     echo "type: ".$col_info['type']."\n"; 
     }
+?>
 ]]>
       </programlisting>
      </informalexample>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to