关于我们┊AboutMe

昵称:Hopol(■童■)

联系:QQ:18883

邮箱:info(at)18883.com

主页:www.18883.com

手机浏览 日志归档 RSS 2.0 订阅
Register | Login

图片直读代码

保存为index.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); 
/****************************************************/ 
?>

Tags: php, 图片, 直读代码

« 上一篇 | 下一篇 »

只显示10条记录相关文章

dede5.1 UTF8商业版 (浏览: 231, 评论: 1)
dede5.1 BGK商业版 (浏览: 255, 评论: 0)
MyPic图片管理系统 (浏览: 162, 评论: 0)
PHP 美女写真 Cms (浏览: 207, 评论: 0)
Google translator API ( PHP 5 class ) (浏览: 192, 评论: 0)
MyPic v1.0 (MyPic图片管理系统) (浏览: 289, 评论: 0)
PHP在图片上写上中文[备份] (浏览: 204, 评论: 0)
DEDECMS 模板收藏 【极限资讯网】 (浏览: 494, 评论: 0)
DEDECMS 模板收藏 【CK女性站】 (浏览: 493, 评论: 0)
DEDECMS 模板收藏 【淡蓝色完整风格V1.1】 (浏览: 499, 评论: 0)

发表评论