php-general | 2001122
Date: 12/19/01
- Next message: Erik Price: "Re: [PHP] Working with designers..."
- Previous message: Andrey Hristov: "Re: [PHP] HTTP_POST_FILES not working with 4.1.0?"
- In reply to: Andrey Hristov: "Re: [PHP] HTTP_POST_FILES not working with 4.1.0?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Try $_FILES array, if it works that means that register_globals is off.
$HTTP_POST_FILES is present with either setting of register_globals, and
fwiw is working fine here with 4.1.0. Bear in mind that you still need to
global it if inside a function, whereas with $_FILES you don't - it's a
"super-global".
-- Richard Heyes "If you have any trouble sounding condescending, find a Unix user to show you how it's done." - Scott Adams-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Erik Price: "Re: [PHP] Working with designers..."
- Previous message: Andrey Hristov: "Re: [PHP] HTTP_POST_FILES not working with 4.1.0?"
- In reply to: Andrey Hristov: "Re: [PHP] HTTP_POST_FILES not working with 4.1.0?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

