Typo, there is no example here (yet).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88811 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2002-07-16 17:11:34 +00:00
parent 35b52503d7
commit d9f04266b1

View file

@ -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 @@ move_uploaded_file($_FILES['userfile']['tmp_name'], "/place/to/put/uploaded/file
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>