使用php在标准img src中显示目录中的随机图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用php在标准img src中显示目录中的随机图像相关的知识,希望对你有一定的参考价值。
<?php // set the $folder to the folder containing the images // You then use <img src="/path/to/this/script.php" alt="image randomiser" /> // to display them $folder = 'banners'; $extList['gif'] = 'image/gif'; $extList['jpg'] = 'image/jpeg'; $extList['jpeg'] = 'image/jpeg'; $extList['png'] = 'image/png'; $img = null; $folder = $folder.'/'; } if ( ) { $img = $folder.$imageInfo['basename']; } } else { if ( ) { $fileList[] = $file; } } $img = $folder.$fileList[$imageNumber]; } } if ($img!=null) { $contentType = 'Content-type: '.$extList[ $imageInfo['extension'] ]; } else { } } ?>
以上是关于使用php在标准img src中显示目录中的随机图像的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 JSP 系统目录中的 <img src=" "> 显示图像