Thread: Banner rotator
View Single Post
Old 03-07-2011, 12:24 AM  
taken300
Confirmed User
 
taken300's Avatar
 
Industry Role:
Join Date: Oct 2009
Posts: 989
:stoned

Quote:
Originally Posted by Horny Joe View Post
I have been googeling for a banner rotator, and I find many, many. Too many, so I ask here: what to use on my TGPs? Any advice?
Photoshop work well dear..

Quote:
Originally Posted by cooldude7 View Post
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.

Thanks for sharing man.. Lol!! no sharing button here.. :D
taken300 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote