Quote:
Originally Posted by dfa
thanks but not exactly what i wanted..im looking for something simpler. Anyone else know any more?
|
PHP Code:
<?php
$ad[] = "<a href='http://join.freaksofcock.com/track/MTk3NzoyOjQ/'><img src='freakcocks.gif' alt='Freaks of Cock' width='770' height='230' /></a><a href='http://join.freaksofcock.com/track/MTk3NzoyOjQ/'><br />
VISIT FREAKS OF COCK!</a>";
$ad[] = "<a href='http://ww1.bigcocks.com/track/MTAwMTIxMzoxMDox/'><img src='770-x-230BC.gif' alt='Big Cocks' width='770' height='230' /></a><a href='http://ww1.bigcocks.com/track/MTAwMTIxMzoxMDox/'><br />
VISIT BIGCOCKS.COM!</a>";
shuffle($ad);
echo $ad[0];
?>
You can add more then 2, or just run 2, just add new images and text links into it.
Save as ads.php and call it from the page you want it on.
<?php include("http://www.yoursite.com/ads.php"); ?>