Derick Rethans wrote:
> register_globals = 1
> http://example.com/$_FILES['file']=foo

You probably meant
http://example.com/?_FILES['file']=foo

In which PHP version? $_FILES and others always overwrite registered
globals AFAIK.

Jakub Vrana

Reply via email to