Quote:
Originally Posted by Publisher Bucks
That was what I was thinking, yet for some reason it does not appear to be parsing the data entered into the variable fileds in the imagemagick.php page :/
I'm going to play with it a little more and see what I can find error wise but im about 99% certain this is error free and its related directly to my ImageMagickinstallation on the server :/
Would being behind .htaccess count as being required to be logged in? Even if the form and ImageMagick.php page is in the same directory that is protected?
|
print_r() the $_POST and $_FILES arrays to make sure that the data is actually arriving at the server.
If you are talking about htpasswd, that's doesn't count as a login system in the context of php sessions. That's separate.