View Single Post
Old 08-18-2012, 11:16 AM  
beks001
Confirmed User
 
Join Date: Oct 2006
Posts: 1,837
Quote:
Originally Posted by freecartoonporn View Post
PHP Code:
<?php
$arr 
= array("http://www.site1.com""http://www.site2.com");
header ("Location: " $arr[array_rand($arr)]);
Awesome my friend. Thank you! Will this rotate them evenly or is this just going to be completely random you think?
beks001 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote