RE: [PHP] Random letter/number passwords

2001-03-25 Thread Matt Stone
March 2001 4:12 PM To: PHPlist Subject: [PHP] Random letter/number passwords Hi, I have this code below which is supposed to be generating a password like QCCQCN2-IUZ with 10 characters - All but three in the first section (7) and three in the last part - but does not work in all cases. Sometimes i

[PHP] Random letter/number passwords

2001-03-25 Thread Matt Stone
Hi, I have this code below which is supposed to be generating a password like QCCQCN2-IUZ with 10 characters - All but three in the first section (7) and three in the last part - but does not work in all cases. Sometimes it prints LPSA3WD-IM or G22G2G9-FC. Is there a catch in the code that will st