Shortest 4 digit PIN's (1000 - 9999)


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?=ltrim(chunk_split(str_pad(implode(range(1000, 9999)), 6, ", ", STR_PAD_LEFT), 4), ', ');?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.