Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <?php
  2. exec("C:Program FilesImageMagick-6.8.9-Q16convert C:xampphtdocstestimagesa.jpg C:xampphtdocstestimagesb.jpg", $output, $return);
  3. ?>
  4. It does not work.The a.jpg file exists. and I am using the browser to run the index.php file with the path
  5. http://localhost/test/index.php
  6. $output is blank and $return is 1.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement