Is there a way to find the path to imagemagik on my server, I got the following code from someone to fin out if imagemagik is on the server

<?php
echo "<pre>";
system("type convert");
echo "</pre>";
?>

I get the following back, is this the path?

convert is /usr/bin/convert

Yes that will be your path :)

Kind Regards


JayJ

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.