jtkendall on 09/03/08
Last Edited at 09/03/08 07:48pm
<? for($i=0; $i < 10000; $i++) echo ($i != 9999 ? substr(('0000'.$i), -4).', ' : substr(('0000'.$i), -4).''); ?>
Report this snippet Tweet
Comment:
You need to login to post a comment.