Posterous

various ramblings

-- justin kelly

  • Blog
  • Home
  • Contact me
« Back to posts
  • Viewed
    times

Filed under

  • php
January 22, 2012

Simple PHP function to generate a random apha-numeric code with only readable characters :: How to

  • Edit
  • Delete
  • Tags
  • Autopost
I needed to create simple codes for a webapp that had unreadable/possibly confusing characters like 0,O, etc.. removed.  If you have any improvements to the below code let me know.