<?php mt_srand((float)microtime()*1000000); $f=file("links.txt"); $u=trim($f[mt_rand(0,sizeof($f)-1)]); header("Location: $u"); ?>