简单的PHP广告横幅/图像旋转器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了简单的PHP广告横幅/图像旋转器相关的知识,希望对你有一定的参考价值。

Pull banner ad or image code from a given text file into an array and randomize the order. Banner/image codes in the file should be separated by tildes (~).
  1. function initializeAds($file) {
  2. $fcontents = file_get_contents($file);
  3. $ad_array = explode("~",$fcontents);
  4. shuffle($ad_array);
  5.  
  6. return $ad_array;
  7. }
  8.  
  9. $ad_banners = initializeAds('ad_banners.txt');
  10.  
  11. echo $ad_banners[0]; // first randomly ordered banner
  12. echo $ad_banners[1]; // second randomly ordered banner, etc.

以上是关于简单的PHP广告横幅/图像旋转器的主要内容,如果未能解决你的问题,请参考以下文章

图像/横幅旋转器

Javascript 旋转横幅

html 简单的横幅旋转器与jQuery

html 简单的横幅旋转器与jQuery

PHP 简单的横幅旋转

简单横幅旋转