Funny I was just looking for one yesterday as well!
Quote:
Originally Posted by Jdoughs
PHP Code:
<?php
$ad[] = "<a href=''><img src='' alt='' width='' height='' /></a>";
$ad[] = "<a href=''><img src='' alt='' width='' height='' /></a>";
$ad[] = "<a href=''><img src='' alt='' width='' height='' /></a>";
$ad[] = "<a href=''><img src='' alt='' width='' height='' /></a>";
shuffle($ad);
echo $ad[0];
?>
|
Will this pull them at random? I want them to be different each surfer that comes.