Re: IM works from Windows Command, but not from within PHP
Posted: 2007-10-22T10:40:12-07:00
Try runing this code to find your path to convert then replace convert with the path this code returns.
Code: Select all
<?php
echo "<pre>";
system("type convert");
echo "</pre>";
?>