Simple PHP function to generate a random apha-numeric code with only readable characters :: How to
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.