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.