Posted by bebbet on 11/04/78 11:18
function createpass($chars) { $array ("","0","1" etc..... while ($i != ($chars+1)) { $pass .= rand(1,36); $i++; return $pass; } } then use it like this: createpass([length chars]); -- bebbet
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming