A
Anonymous
Guest
in an html page a jpeg is generated by a php page:
<img src="imgCreator.php?var=2">
right click -> property on the image you can see its url:
http://www.sitename.com/img/common/imgCreator.php?var=2.jpeg.
I'd like to if there's a way to hide or modify the image url.
something like http://www.sitename.com/
if in the meantime i find a solution I'll post it
thanks
<img src="imgCreator.php?var=2">
right click -> property on the image you can see its url:
http://www.sitename.com/img/common/imgCreator.php?var=2.jpeg.
I'd like to if there's a way to hide or modify the image url.
something like http://www.sitename.com/
if in the meantime i find a solution I'll post it
thanks