How do i validate a barcode number using php
I have a database full of user user entered Barcode numbers of variious lengths.
How can I validate these barcode values to determine if the are correct format, ie, length and check digit? using php