RE: [PHP-WIN] Password generator

2003-06-18 Thread Svensson, B.A.T. (HKG)
Sent: 2003-06-17 11:45 Subject: [PHP-WIN] Password generator Hi people, I have to make a password generator, but i have a little problem. - It needs to generate password 8 characters long, and including 1 or 2 special characters(like #$%*@). - Those special characters can never appear as the first

Re: [PHP-WIN] Password generator

2003-06-17 Thread Luis Moreira
17, 2003 10:45 AM Subject: [PHP-WIN] Password generator Hi people, I have to make a password generator, but i have a little problem. - It needs to generate password 8 characters long, and including 1 or 2 special characters(like #$%*@). - Those special characters can never appear

Re: [PHP-WIN] Password generator

2003-06-17 Thread Davy Obdam
Thanks for you reactions people, i have found the solution Best regards, Davy Obdam Met vriendelijke groeten uit Den Haag;-) Daniel Beulshausen wrote: At 11:45 17.06.2003 +0200, Davy Obdam wrote: Hi people, I have to make a password generator, but i have a little problem. - It needs to

Re: [PHP-WIN] Password generator

2003-06-17 Thread toby z
and how did you accomplish that ? toby --- Davy Obdam [EMAIL PROTECTED] wrote: Thanks for you reactions people, i have found the solution Best regards, Davy Obdam Met vriendelijke groeten uit Den Haag;-) Daniel Beulshausen wrote: At 11:45 17.06.2003 +0200, Davy Obdam wrote:

Re: [PHP-WIN] Password generator

2003-06-17 Thread toby z
and how did you accomplish that ? toby --- Davy Obdam [EMAIL PROTECTED] wrote: Thanks for you reactions people, i have found the solution Best regards, Davy Obdam Met vriendelijke groeten uit Den Haag;-) Daniel Beulshausen wrote: At 11:45 17.06.2003 +0200, Davy Obdam wrote:

Re: [PHP-WIN] Password generator

2003-06-17 Thread Daniel Beulshausen
At 11:45 17.06.2003 +0200, Davy Obdam wrote: Hi people, I have to make a password generator, but i have a little problem. - It needs to generate password 8 characters long, and including 1 or 2 special characters(like #$%*@). - Those special characters can never appear as the first or last

[PHP-WIN] Password generator

2003-06-17 Thread Davy Obdam
Hi people, I have to make a password generator, but i have a little problem. - It needs to generate password 8 characters long, and including 1 or 2 special characters(like #$%*@). - Those special characters can never appear as the first or last character in the string... anywhere between is