[nycphp-talk] Thanks in advance
Rolan Yang
rolan at omnistep.com
Wed Dec 26 23:27:31 EST 2007
chad qian wrote:
> I get the following source code from internet.It can upload the
> image but it can't display the image on the web page.There is always
> "x" sign .Any idea?Thanks a lot!
>
> Here is the source code:
>
> <?php
> .....
> <body bgcolor=white><h2>Here's the latest picture</h2>
> <font color=red><?= $errmsg ?></font>
> <center><img src= width=144><br>
> <b><?= $title ?></center>
> <hr>
>
fix the image tag
<img src="yourscriptname.php?gim=1" width=144>
~Rolan
More information about the talk
mailing list