I have an image URL, for example, http://URL/123.jpg
. I can view the image in the browser, but it's not working when using the <img>
tag in PHP. It's not working, and the idea is somehow not displayed.
echo "<img src=\"http://URL/123.jpg\" style=\"width:11%;height:auto;margin-left: 570px;margin-top: 170px;\">";
Any idea?