用PHP显示随机图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用PHP显示随机图像相关的知识,希望对你有一定的参考价值。
Change $dir to image folderHeader("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); Header("Expires: Thu, 19 Nov 1981 08:52:00 GMT"); Header("Content-Type: image/gif");
$dir = "img/backgrounds";
//$imglist = "";
$i = 0;
while(($file = readdir($dh)) !== false){ if($file != '..' && $file != '.'){
$image[$i] = $file;
$i++;
}
}
}
}
if(!readfile($dir."/".$image[$n])) // Read the image readfile($dir."error/error.gif"); // If the script can't find the directory, display this image ?>
以上是关于用PHP显示随机图像的主要内容,如果未能解决你的问题,请参考以下文章
php用GD库生成的图片显示问题
PHP 在PHP中显示随机图像
PHP 显示随机图像,文件和/或HTML
PHP 使用php显示标准img src中目录的随机图像
使用php在标准img src中显示目录中的随机图像
使用 PHP 保存随机图像