文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>图片直读代码

图片直读代码

时间:2007-02-17  来源:PHP爱好者

保存为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);
/****************************************************/
?>
php爱好者站 http://www.phpfans.net PHP|MySQL|javascript|ajax|html.
相关阅读 更多 +
排行榜 更多 +
宝宝切水果安卓版

宝宝切水果安卓版

休闲益智 下载
儿童脑筋急转弯

儿童脑筋急转弯

休闲益智 下载
袭击现场2

袭击现场2

飞行射击 下载