I'm trying to do,
if ( ! @mysql_connect($db_server, $u, $p) ) { header("Location: /offline/\n"); exit; }
and it eventually times out, but after a looong time.
Is there anyway to set the timeout value to a shorter number, say 5 seconds.