如题
$url1 = 'http://www.baidu.com';
.
.
.$url99 = 'http://www.163.com';
$num = rand(1,99);
$url = "url".$num;
header("Location:$url");以上如何实现?