Added after 4 minutes:
Lol!
PHP Code:
<?php
$no_of_ads="3";//insert the total number of ads you serve in numbers,example "3"
$adrotate=rand(1,$no_of_ads);
switch($adrotate){
case"1":
echo "<a href=\"http://waprock.net\" target=\"_blank\">Admin Control Panel</a>";
break;
case"2":
echo "<a href=\"http://waprock.net\" target=\"_blank\">List of Updates</a>";
break;
case"3":
echo "<a href=\"http://waprock.net\" target=\"_blank\">Login</a> | <a href=\"http://waprock.net\" target=\"_blank\">Register</a>";
break;
default:
echo "<a href=\"http://waprock.net\" target=\"_blank\">2011 Best Applications</a>";
}
?>
Leave a comment: