View Full Version : Random Banner Ads
SideTrack
08-05-2006, 09:45 PM
I want it for my VB forum and I am offering paid ads and only up 8 ads a month. I need somthing that will rotate the ads each time the site is refreshed on any computer.
Please help me out,
SideTrack
blm126
08-05-2006, 10:50 PM
<?php
$list = array('http://example.com/image1.png','http://example.com/image1.jpg');
shuffle($list);
?>
<img scr="<?php echo $list[0]; ?>">
ddadmin
08-06-2006, 05:40 AM
Thread cross posted in multiple forums. Closing thread.
vBulletin® v3.8.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.