Thread: Banner rotator
View Single Post
Old 03-06-2011, 07:34 PM  
cooldude7
Confirmed User
 
cooldude7's Avatar
 
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
i use this

PHP Code:
<?

$textfile ="randomfooterads.txt";



$items = file("$textfile");

$item = rand(0, sizeof($items)-1);

echo $items[$item];

?>
rotates almost anything randomly .
now click thanks button.
cooldude7 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote