I have Many domains that i want to forward to 5 diffrent websites. A script or code that i can just easy upload as a index file and it will redirect to these random 5 websites. PHP 5 secure code If someone have a CGI or PHP code or script that can do this or maybe i can use httac Please post it thanks.
<? $domains[] = "www.domain1.com"; $domains[] = "www.domain2.com"; $domains[] = "www.domain3.com"; $domains[] = "www.domain4.com"; $domains[] = "www.domain5.com"; $random_domain = $domains[array_rand($domains)]; header("Location: http://$random_domain"); /* Coding provided by whitecollar18 at gmail dot com Expert PHP/MySQL Programmer */ ?> INSTRUCTIONS: Put the above code into index.php If you need programming/development, please contact me