<<Is register_globals off? If it is, you should be using the $_FILES
array.>>

Hmm. Not sure about register_globals, but I'm not using $_FILES. I assume
its use is $_FILES["name_of_file || size_of_file"]? I'll check it out.

Is there a disadvantage to using it? Ie. If register_globals is on, will it
still work? If there's no disadvantage, I might just go with it anyway....
Avoids the hassle the next time I reinstall or switch servers.

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

Reply via email to