Log in

View Full Version : Random Banner Ads



SideTrack
08-05-2006, 08: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, 09: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, 04:40 AM
Thread cross posted in multiple forums. Closing thread.