Posted by Alfred Molon on 05/13/07 21:45
In article <IuGdnaO5V-cm69rbnZ2dnUVZ_ovinZ2d@giganews.com>, jmm-
list.AXSPAMGN@sohnen-moe.com says...
> Alfred Molon wrote:
> >
> > $picname = $_FILES['userfile']['name'];
> > $tmp_picname = $_FILES['userfile']['tmp_name'];
> > $pictype = $_FILES['userfile']['type'];
> > $picsize = $_FILES['userfile']['size'];
> >
> Use double quotes instead?
How... does that work? You mean perhaps the following?
$picname = $_FILES[''userfile''][''name''];
--
Alfred Molon
http://www.molon.de - Photos of Asia, Africa and Europe
Navigation:
[Reply to this message]
|