I will be starting to work on an e-commerce web site pretty soon, and
one thing the user would like to do is to have a part of the site that
he could use in the store for recording the transaction. To accommodate
this, our (myself and the other programmer) thought was to use a bar
code scanner to get the product info into the system to cut down on
errors and save time. However, I'm not sure if this is doable. Is it
possible with PHP to have a page up and then scan the article, and have
the bar code passed to the script so it can query the database and bring
up the item on the page? I know the script has to be called by
something, but I'm not sure exactly what could be used.
Thanks.
Steve
one thing the user would like to do is to have a part of the site that
he could use in the store for recording the transaction. To accommodate
this, our (myself and the other programmer) thought was to use a bar
code scanner to get the product info into the system to cut down on
errors and save time. However, I'm not sure if this is doable. Is it
possible with PHP to have a page up and then scan the article, and have
the bar code passed to the script so it can query the database and bring
up the item on the page? I know the script has to be called by
something, but I'm not sure exactly what could be used.
Thanks.
Steve
Comment