This is the problem:
how do I write code to get a picture visible on my browser?
For an exemple, I build a first PHP-page, named test1.php contaning the following code:
Code: Select all
<?php
system("/usr/bin/convert images/00001022.jpg -resize 50% output.jpg");
?>
Code: Select all
<?php
echo"My testpicture <img src=\"test1.php\">";
?>
This is most probably a pure really really beginners problem, but ⦠it drives me totaly nuts. I have surf the web for several hours to find the answer to this beginner question, but can only find more complex questions and answers â so please, someone help me!!
Regards
Niklas