Quote:
Originally Posted by freecartoonporn
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?