iterate through a character series
Posted
by esryl
on Stack Overflow
See other posts from Stack Overflow
or by esryl
Published on 2010-03-29T00:02:35Z
Indexed on
2010/03/29
0:13 UTC
Read the original article
Hit count: 657
php
I want to iterate through all 5 character combinations of 0-9, a-z.
I worked it at to be around 52 millions combinations. How can I programatically iterate through all the possibilities in PHP? - like counting up or something?
© Stack Overflow or respective owner