http://www.snowchong.cn/archives/57

我把标题栏的图变成可以刷新换图的啦~ 哈哈~ 都有上面这三个图,(*^__^*) 嘻嘻……以后会多做一点。
<?php
$url=’bar’;
$files=array();
if ($handle=opendir(“$url”)) {
while(false !== ($file = readdir($handle))) {
if ($file != “.” && $file != “..”) {
if(substr($file,-3)==’gif’ || substr($file,-3)==’jpg’) $files[count($files)] = $file;
}
}
}
closedir($handle);
$random=rand(0,count($files)-1);
readfile(“$url/$files[$random]“);?>
3 条评论
iamheretotellyouastorythatiloveu
Really? do you know me?