On Thursday 23 January 2003 21:20, Tyler Durdin wrote:
> I am using PHP 4.2.1 and have noticed that I can only upload files with a
> php script when I have the php.ini file set with register globals on. Is
> there a way to use the file upload scripts without having to turn the
> register globals on? How about newer versions of PHP?

Whether or not you can upload files is determined by the setting of 
'file_uploads'. 'register_globals' has nothing to do with it.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Si jeunesse savait, si vieillesse pouvait.
        [If youth but knew, if old age but could.]
                -- Henri Estienne
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to