0
votes
1answer
77 views

How to set barcode in PHP?

I am creating a website using PHP to get and process the information obtained through a barcode scanner. Is it possible to store the data of patient, so on the registration slip there should be a ...
-1
votes
3answers
947 views

Barcode generation and decoding in PHP

I need to develop a PHP application that will be generating barcodes and also will have the ability to read those barcodes back. As my application will be a web based application and underlying ...
0
votes
1answer
143 views

jquery input detection after tirgger key for online pos

im writing a php pos system for my store, and im dealing with the barcode system now. basically i want to be able to monitor the window, and when the barcode comes in put it in the input search box ...
0
votes
1answer
88 views

PHP session is lost , only in windows mobile WinCE plat form

I have a web application developed in php working fine in handheld scanners and from desktop pc . Scanners with CE.net plat form php session working fine. But in windows mobile hand held scanners ...
-2
votes
1answer
444 views

Barcode scanner application which sends result to a PHP application [closed]

I'm not sure that this is the right place to ask this, but I'm going to give it a try. I'm looking for an application that can read a barcode and then send the code to another application. The second ...
1
vote
6answers
3k views

Is it possible to read/access the bar-code scanner values using PHP & MySQL?

I am trying to enable a PHP website to recognize barcode input. I will load a web page in a browser, the focus (cursor) is set to recieve input into the text box. I will be having a barcode ...
0
votes
1answer
529 views

Point of sale (POS) software using php and mysql [closed]

I am expected to integrate a bar code scanner in a point of sale software of which I chose to implement using php and mysql, problem is I've not done any hardware programming in php before and I don't ...
0
votes
1answer
727 views

Barcode scanner with WiFI and HTTP/SOAP support

I'm developing an application with PHP to speed up the inventory process at warehouse. And I'm looking for a barcode scanner that could send HTTP requests to the server (and receive data from it) ...
0
votes
1answer
1k views

Getting data from a Barcode Scanner using PHP

I've read a couple of posts here on the site and as far as I understand it, using PHP to get and process the information obtained through a Barcode Scanner is possible, however I'd like to ask just to ...
1
vote
2answers
2k views

How can I add a Javascript listener to capture input from bluetooth barcode scanner to iPad?

I'm having trouble logging keystrokes in javascript on the iPad. The following script works on Chrome and Safari, but not iPad Safari. The bluetooth barcode scanner sends 12 digits as keystrokes, then ...