sniper          Thu Sep  4 23:07:58 2003 EDT

  Modified files:              
    /phpdoc/en/chapters tutorial.xml 
  Log:
  $_FILES is not in $_REQUEST
  
Index: phpdoc/en/chapters/tutorial.xml
diff -u phpdoc/en/chapters/tutorial.xml:1.23 phpdoc/en/chapters/tutorial.xml:1.24
--- phpdoc/en/chapters/tutorial.xml:1.23        Fri Jul 18 17:49:47 2003
+++ phpdoc/en/chapters/tutorial.xml     Thu Sep  4 23:07:58 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
  <chapter id="tutorial">
   <title>A simple tutorial</title>
 
@@ -419,7 +419,7 @@
     the <link linkend="reserved.variables.get">$_GET</link> autoglobal instead.
     You may also use the <link linkend="reserved.variables.request">$_REQUEST</link>
     autoglobal if you don't care the source of your request data. It 
-    contains a mix of GET, POST, COOKIE and FILE data.  See also the 
+    contains a mix of GET, POST and COOKIE data.  See also the 
     <function>import_request_variables</function> function.
    </para>
   </sect1>

Reply via email to