From 8403a44de728605e9c52cca76192ef1161a2109b Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 29 Oct 2000 15:57:13 +0000 Subject: [PATCH] One typo fixed here git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34794 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/file-upload.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/file-upload.xml b/features/file-upload.xml index 363fc11c51..9ad827a284 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -41,9 +41,9 @@ Send this file: <INPUT NAME="userfile" TYPE="file"> In PHP 3, the following variables will be defined within the destination script upon a successful upload, assuming that register_globals is turned - on in php.ini. If php3.ini. If track_vars is turned on, they will - also be available within the global array + also be available in PHP 3 within the global array $HTTP_POST_VARS. Note that the following variable names assume the use of the file upload name 'userfile', as used in the example above: