I'm dieing here..
Anyone here got 15 min extra and wants to make $25 or $50??
Anyone here got 15 min extra and wants to make $25 or $50??
<?
switch($HomePageHits%3) {
case 0:
print <<<ENDBANNER
<a href="http://firstlinkhere.com" target="_blank">Link 1</a>
ENDBANNER;
break;
case 1:
print <<<ENDBANNER
<a href="http://secondlinkhere.com" target="_blank">Link 2</a>
ENDBANNER;
break;
case 2:
print <<<ENDBANNER
<a href="http://thirdlinkhere.com" target="_blank">Link 3</a>
ENDBANNER;
break;
}
?>


Comment