View Single Post
Old April 14th, 2006, 3:48 AM   #14 (permalink)
Tom K
Surpass Fan
Seasoned Poster
 
Tom K's Avatar
 
Joined in Apr 2006
45 posts
Gave thanks: 3
Thanked 1 Time in 1 Post
Quote:
Originally Posted by cowboy
Imagemagick is found in various places on servers depending on the installers choice of path.

Take this 3 line PHP code and copy to a text editor and name the file something like whereismagick.php, upload it to your server and call it in your browser. It will give the path to imagemagick on your server.

PHP Code:
<?
system
('whereis convert');
?>
Excellent tip cowboy. Thanks again.
Tom K is offline   Reply With Quote