I tested this code on my FreeBSD unix box but I can't seem to get exec to work with convert? Do I have to set up permissions or someing in my php.ini file. This is driving me up the wall.
I've tested it successfully at the command line.
exec("which sendmail", $my_convert_path,$test);
echo "<br>test0 " . $my_convert_path[0];
response:
test0 /usr/sbin/sendmail
But when I try to execute imagemagic (convert) it can't find the command? I don't know what to do?