print a picture from php
Posted
by robertdd
on Stack Overflow
See other posts from Stack Overflow
or by robertdd
Published on 2010-04-30T16:21:04Z
Indexed on
2010/04/30
16:27 UTC
Read the original article
Hit count: 282
how i can print a picture from php?
when i acces the link: http://localhost/autovi/thumb.php?gsbxdsdc
where the gsbxdsdc
is the name of the image
i have in my html this:
<a href="">
<img src="http://localhost/autovi/thumb.php?gsbxdsdc" id="gsbxdsdc">
</a>
© Stack Overflow or respective owner