图片直读代码

『 更新时间:2008-2-16 』『 字体:变小 变大 』『 作者:佚名 | 来源:互联网 』

保存为index.php放在你的图片目录里面中国站长资讯网

PHP源码:

<?
$imgtype
=array(bmp,jpg,jpeg,png,gif
);
/****************************************************/
$imgtype_count=count($imgtype
);
$path="."
;
$handle=opendir($path
);
while (
$file = readdir($handle
)){

if (
is_dir($file
)) {continue;}
$type = explode(".",$file
);
$type = $type[1
];

        for(
$i=0;$i<$imgtype_count;$i
++){
if(
$type==$imgtype[$i]){echo"<a href=".$path."/".$file." target=\"_blank\" alt=\"点击打开新窗口浏览\"><img src=".$path."/".$file." border=\"0\" onload=\"if(this.height>150) {this.height=150;this.width=150*this.width/this.height;}\"></a>\n"
;}
        }
                                }
closedir($handle
);
/****************************************************/
?>

【点击数:】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口

关文章

您的姓名:
评分等级:
1分 2分 3分 4分 5分
评论内容:
1、严禁发表危害国家安全、政治、黄色淫秽等内容的评论。
2、用户需对自己在使用金石网服务过程中的行为承担法律责任。
3、本站管理员有权保留或删除评论内容。
4、评论内容只代表网友个人观点,与本网站立场无关。
  • 金石网
  • | 设为首页 | 加入收藏 | 联系我们 | 版权申明 | 友情链接 | 站点地图 | 网站帮助 | 网站留言 | 广告服务 |
  • Copyright © 2001-2008 KingsNet.biz All Rights Reserved. 闽ICP备05026663号
  • 返回网站顶部