+ 1
How to insert picture in php code forms
4 Antworten
+ 1
You may just echo out an HTML code for that picture
echo '<img src="domain.com/something.png"/>';
+ 1
and the pic should be in same folder ?
+ 1
Not necessarily. As long as you have the right absolute link to your image, you should be good.
+ 1
thanks a lot