srand((double)microtime()*1000000);
$temp = rand(0,1000000);
$start = rand(0,21);
$password = substr(md5($temp), $start, 8);
HTH
toby
srand((double)microtime()*1000000);
$temp = rand(0,1000000);
$start = rand(0,21);
$password = substr(md5($temp), $start, 8);
HTH
toby