From 1cb1e6157b923ecc51cfc808a9a8abe3d724fd3c Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 5 Sep 2003 03:07:58 +0000 Subject: [PATCH] $_FILES is not in $_REQUEST git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139642 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/tutorial.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index 795a16a5d7..557c23f969 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -1,5 +1,5 @@ - + A simple tutorial @@ -419,7 +419,7 @@ You are 22 years old. the $_GET autoglobal instead. You may also use the $_REQUEST 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 import_request_variables function.