![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archive$_FILES problem
From: Iced Milk Tea <wingwingwow@gmail.com>
Date: Wed Sep 07 2005 - 11:35:04 CEST
I am trying to program a upload system.
The following code work very fine,
$file_name = $_FILES['uploadFile'. $x]['name'];
However, when I change to
$file_name = $_FILES['uploadFile'. $x]['name'];
The program fail to give me any result.
Is there any problem happan in my code?
Thanks in advance for your advice.
|