[magick-users] Paths?

Terion Miller webdev.terion at gmail.com
Fri Dec 12 07:36:06 PST 2008


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>";
?>


More information about the Magick-users mailing list