I'm new to PHP and have just bought a 3rd party PHP File Manager script
called D-man which fits my needs exactly. However, after installing I
noticed I cannot upload any files to my server via the script. It turns out
file_uploads are turned off in the php.ini file on my host. DOH!
I queried my server host and they said, and I quote:
"PHP is still running in safe mode on our servers. This disables PHP upload
meaning it is still not a feature we can offer on our Linux servers. If you
wish to use an upload facility I suggest you use the perl module for
uploads."
Is this right? Is file uploading still a security problem with PHP, they are using PHP v4.0.6 doesnt the new version correct this exploit?
I would like to present a case to them that would change their minds and
upgrade, if that would fix it. Or should I just change host, if so any recommendations for UK hosts.
Another problem is, as I bought a ton of books to learn php, many of the scripts involve uploading. Now I cant follow any of them either :/
Thanks for any suggestions.