View Single Post
Old 02-06-2009, 08:03 PM  
TyroneGoldberg
Confirmed User
 
TyroneGoldberg's Avatar
 
Join Date: Sep 2007
Posts: 1,081
i've been drinking and i'm in a happy mood

Quote:
<?php
$ad[] = "ad";
$ad[] = "ad";
$ad[] = "ad";
$ad[] = "ad";
$ad[] = "ad";
$ad[] = "ad";
shuffle($ad);
shuffle($ad);
echo $ad[0];
?>

this allows your ads to be rotated.
TyroneGoldberg is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote