

Mikor said:Haven't tested, but should work:
PHP:<?php $domains = array('www.a.com', 'www.b.com', 'www.c.com'); $location = $domains[random(0, count($domains)-1)]; header('Location: http://' . $location); ?>
That redirect's them.header('Location: http://' . $location);



