> 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?

Yes, you'll use the $_FILES array to get to the uploaded file data.

---John Holmes...

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

Reply via email to