RE: [PHP] HTTP_POST_FILES undefined - What happen?

2002-07-24 Thread Dave [Hawk-Systems]
>Thought I turned on register_globals on in the php.ini, my server >didn't know the HTTP_POST_FILES. > >echo $HTTP_POST_FILES[$file]['type'] ; > >echo $HTTP_POST_FILES[$file]['name'] ; > >echo $HTTP_POST_FILES[$file]['size'] ; > >I've always get these messages: > >PHP Warning: Undefined variable:

Re: [PHP] HTTP_POST_FILES undefined - What happen?

2002-07-24 Thread Tom Rogers
Hi, Thursday, July 25, 2002, 10:39:08 AM, you wrote: R> Hi all, R> Thought I turned on register_globals on in the php.ini, my server didn't know the HTTP_POST_FILES. R> echo $HTTP_POST_FILES[$file]['type'] ; R> echo $HTTP_POST_FILES[$file]['name'] ; R> echo $HTTP_POST_FILES[$file]['size'] ;