philip          Tue Jul 16 13:11:34 2002 EDT

  Modified files:              
    /phpdoc/en/features file-upload.xml 
  Log:
  Typo, there is no example here (yet).
  
  
Index: phpdoc/en/features/file-upload.xml
diff -u phpdoc/en/features/file-upload.xml:1.47 phpdoc/en/features/file-upload.xml:1.48
--- phpdoc/en/features/file-upload.xml:1.47     Fri Jul 12 18:34:05 2002
+++ phpdoc/en/features/file-upload.xml  Tue Jul 16 13:11:34 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.47 $ -->
+<!-- $Revision: 1.48 $ -->
  <chapter id="features.file-upload">
   <title>Handling file uploads</title>
 
@@ -229,7 +229,7 @@
     file array.  The error code can be found in the 
     <emphasis>["error"]</emphasis> segment of the file array that is created 
     during the file upload by PHP.  In otherwords, the error might be 
-    found in <varname>$_FILES['userfile']['error']</varname>.  An example:
+    found in <varname>$_FILES['userfile']['error']</varname>.
    </simpara>
    <para>
     <variablelist>



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

Reply via email to