can anyone suggest some ideas for generating and reading barcodes
using php :p
It would be pretty cool for PHP to create bar codes (i.e. output the alphabet and have a GUI that displays the corresponding bar)
but PHP has nothing to do with reading them. For that you need a bar-code reader which plugs into the computer and acts like a keyboard. It reads and enters the numbers for you. Which is then given to PHP/Database via a form.
Comment