View Single Post
Old April 14th, 2006, 3:20 AM   #13 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
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');
?>
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote