Dear all,
I’ve question related to PHP/MySQL and barcodes. I’m trying to build simple web based loyalty system for the restaurant as my university project.
I’ve got customers database on a server. In order to identify each customer, they would have loyalty card with barcode assigned to their online account. Is it possible to search the individual customer in the database using PHP form and barcode scanner?
For example I'm trying to edit customer's details. In theory it would look like that:
1. I'm connecting to the database through website
2. Available actions: I - edit customer, II - add points, III - delete customer, etc
3. I pick option: I
4. Website asks to enter customer’s ID
5. Barcode scanner reads the barcode of the card provided
6. Web page with customer’s account appear on the screen and I'm able to edit their details
I’ve got working website with the database but I would like to add barcode reader as an extra feature. Could someone tell me is it achievable to connect these two or is it pointless.
Thanks a lot for your help.