I have this image www.site.com/folder1/image1.jpg
, what I want to do is to access my image from a variable, for example www.site.com/image.php?q=varForImage1
, it needs to work with <img>
tag.
Example:
<img scr="www.site.com/image.php?q=varForImage1">
Any help?
Thanks