PHP Serial Number Generator

I needed to generate roughly 50k unique serials. So I searched the web and found one solution, which I modified slightly and created to fit my needs. Its in PHP and will output a generated comma delimited CSV column1, column2 format (MS Excel will open that up for editing). When…