Quote:
Originally Posted by Horny Joe
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
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