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

Posted

tags:

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

function initializeAds($file) {
  $fcontents = file_get_contents($file);
  $ad_array = explode("~",$fcontents);
  shuffle($ad_array);

  return $ad_array;
}

$ad_banners = initializeAds('ad_banners.txt');

echo $ad_banners[0]; // first randomly ordered banner
echo $ad_banners[1]; // second randomly ordered banner, etc.

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

PHP 简单的横幅旋转

图像/横幅旋转器

PHP 随机化您的横幅广告

简单横幅旋转

Javascript 旋转横幅

html 简单的横幅旋转器与jQuery