开发者

Images path save in database

I need some help to display images altogether in a popup window ,which paths are already saved in a database. If anybody give me the actual code in php it will very much helpful for me开发者_开发问答.


Main page:

<a href="imshow.php?id=<?php echo $id; ?>" target="_blank">
   Open in new window
</a>

imshow.php

<html>
<head><title>Image Details</title></head>
<body>
  <?php
      $path=...//read from database using $_REQUEST['id']
  ?>
  <img src="<?php echo $path;?>" alt="" />
</body></html>


here is reference site http://www.zenphoto.org/showcase/pl-photographies.jpg.php download code from there

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜