You are here: Re: password generation « PHP Language « IT news, forums, messages
Re: password generation

Posted by Mark D Smith on 10/19/95 11:18

"bebbet" <bebbet@bebbet.nl> wrote in message
news:33c3f$42a988df$d52e9932$13341@news.chello.nl...
> 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
>
>
Hi

a little buggy!

i added

$chrs = array("","A","B",

and fixed the while loop

while ($i != ($chars+1)) {
$pass .= $chrs[rand(1,36)];
$i++;
}
return $pass;
}

now works just fine.

Mark

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация