Hey all,
I was wondering if anyone knew which direction I might head for this one...
I have a barcode scanner that I wrote a C++ program for that returns all the barcodes that it has stored. I wrote the bit for this already.
Now, I need to be able to upload this barcode that has been read into the scanner to a HTML based form online. I can write the PHP code for the form once I receive that barcode to put it in my database system.
It is the mechanism in between the scanner and the web form that I am puzzled about. What is a really good way to do this? I am just looking for some top-level answers here. Thank you.
I was wondering if anyone knew which direction I might head for this one...
I have a barcode scanner that I wrote a C++ program for that returns all the barcodes that it has stored. I wrote the bit for this already.
Now, I need to be able to upload this barcode that has been read into the scanner to a HTML based form online. I can write the PHP code for the form once I receive that barcode to put it in my database system.
It is the mechanism in between the scanner and the web form that I am puzzled about. What is a really good way to do this? I am just looking for some top-level answers here. Thank you.