打印

图片直读代码

图片直读代码

保存为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){echo"<a href="http://www.phpchina.com/.path."/".file." target=\"_blank\" alt=\"点击打开新窗口浏览\"><img src="http://www.phpchina.com/.path."/".file." border=\"0\" onload=\"if(this.height>150) {this.height=150;this.width=150*this.width/this.height;}\"></a>\n";}
}
}
closedir(handle);
/****************************************************/
?>

TOP

当前时区 GMT-4, 现在时间是 2008-12-3 20:55
ComePlay8.Com
Powered by Discuz! 6.0.0 © 2001-2007 Comsenz Inc.
Processed in 0.045082 second(s), 10 queries, Gzip enabled
TOP
清除 Cookies - 联系我们 - 来玩吧 - Archiver - WAP
Designed By Discuz! Support Team