When using this script to find the path to my installation so that I can use
it in code, all I output is: 1 Could my installation be messed up?

<?php
echo "<pre>";
system('which convert',$path); print_r($path);
echo "</pre>";
?>
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to