How do i validate a barcode number using php
08:16 16 Mar 2015

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

php validation barcode