advanced code snippet search
jtkendall on 09/03/08
number pin identification personal ATM PINS
09/03/08 03:13pm
<? echo '0000'; for($i = 1; $i < 10000; $i++) echo ', '.str_repeat("0",(4-strlen($i))).$i;?>
Report this snippet Tweet
Comment:
You need to login to post a comment.