I need a script that will post information to a Mysql database then have a search option and a delete/update option. The script is to add Barcodes to a database with a column for Id, one for barcodes, one for description, one for price one for size and one for comment. Please help. Thank you so much.
there are so many examples of basic php/mysql tutorials that you are going to have to explain why they didn't work for you in order for us to recommend something else. https://www.google.co.nz/search?q=php+tutorial+insert+select+delete I've worked with barcode scanners and all you have to do is set the focus (manually or automatically) and the scanner puts the number into the field. You just need to save and it becomes like every other example (IMO)
You should store just barcode in the table, you dont need special coding for reading barcode as its already in the barcode device. You can use insert query to insert and select query to search from the table. If you want specific code you should post your existing code to modify