View Single Post
Old 03-02-2008, 12:14 PM  
comeplay
Confirmed User
 
comeplay's Avatar
 
Join Date: Nov 2004
Location: Greater Washington DC
Posts: 1,435
Code:
<?php
$ads = array('<img src="1.jpg" width="128" height="96" align="bottom" alt="">', '<img src="2.jpg" width="128" height="96" align="bottom" alt="">', '<img src="3.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="4.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="5.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="6.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="7.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="8.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="9.jpg" width="128" height="96" align="bottom" alt="">',  '<img src="10.jpg" width="128" height="96" align="bottom" alt="">');
shuffle($ads);
for ($i = 0; $i < 1; $i++) { echo ''.$ads[$i].'&nbsp;'.$ads[$i+1].'<br>'.$ads[$i+2].'&nbsp;'.$ads[$i+3].'<BR>'.$ads[$i+4].'&nbsp;'.$ads[$i+5].'<br>'.$ads[$i+6].'&nbsp;'.$ads[$i+7].'<br>'.$ads[$i+8].'&nbsp;'.$ads[$i+9].'<br>'; }
?>
__________________
Top virtual hosts for under 10$? www.hostmylife.com | icq 50663030
comeplay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote