no search function so i cant find my old old thread about this but what i need is a basic banner rotation script. i just want 5-10 banners to be rotated, and i dont need any fancy extras.
whos got one?
whos got one?
<?php
$file = "bannerlist.txt";
$banners = file($file);
srand((float) microtime() * 1235689);
$selected = array_rand($banners);
$SelBanner = trim($banners[$selected]);
if ($SelBannerhahahaha"") {
$SelBanner = trim($banners[0]);
};
echo $SelBanner;
?>
<?php
$file = "bannerlist.txt";
$banners = file($file);
srand((float) microtime() * 1235689);
$selected = array_rand($banners);
$SelBanner = trim($banners[$selected]);
if ($SelBannerhahahaha"") {
$SelBanner = trim($banners[0]);
};
echo $SelBanner;
?>





Comment