View Single Post
Old 12-08-2010, 02:30 PM  
klinton
So Fucking Banned
 
Industry Role:
Join Date: Apr 2003
Location: online
Posts: 8,766
<?php

$urls[] = "url1";
$urls[] = "url2";
$urls[] = "url3";
$urls[] = "url4";
$urls[] = "url5";

srand ((double) microtime( )*1000000);
$random = rand(0,count($urls));

header("location:" . $urls[$random]);
exit;
?>

it sometimes redirects&rotate url,sometimes just show blank page....
klinton is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote