View Single Post
Old 12-12-2009, 01:15 PM  
nation-x
Confirmed User
 
nation-x's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Rock Hill, SC
Posts: 5,370
There is nothing wrong with the code... it's how you have it formatted.

Code:
<?php
$banners = array('<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753644"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-13.jpg "></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753674"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-11.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753670"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-10.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=466753642"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-7.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=459380515"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-6.jpg"></a>','<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=467926268"><img border="0" src="http://www.fightpassport.com/wp-content/uploads/2009/12/mma-gear-3.jpg"></a>');

shuffle($banners);
echo $banners[0];
?>
nation-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote