From d9f04266b1b60cf9dca01574e9896bedacf56b4f Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 16 Jul 2002 17:11:34 +0000 Subject: [PATCH] Typo, there is no example here (yet). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88811 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 6461397ba3..ad8f909b86 100644 --- a/features/file-upload.xml +++ b/features/file-upload.xml @@ -1,5 +1,5 @@ - + Handling file uploads @@ -229,7 +229,7 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file file array. The error code can be found in the ["error"] segment of the file array that is created during the file upload by PHP. In otherwords, the error might be - found in $_FILES['userfile']['error']. An example: + found in $_FILES['userfile']['error'].