-safe mode is off in php.ini
-I use ImageMagick and it works fine
-I'm not getting a fork error
I'm trying to convert a .jpg to a .bmp which works fine from the command line. But when I try it from a php script:
<?
exec('convert $file1 $file2');
?>
...nothing gets converted.
-path/file names are correct too.
I know this is a 'simpleton' thing, but does anyone have any ideas to help get me started?
thanx
dnorton