Barcode reader php program

Discussion in 'PHP' started by gether, Sep 15, 2013.

  1. #1
    i was thinking about connecting a usb barcode device to my computer .....


    i was trying to understand it in terms of arrays ....


    %%%%%%%%%%%% [][][][][][][][][][][][][]

    i dont know which part of the computer program takes this device ....

    %%%%%%%% [][][][][][][]

    from their i was thinking about getting it to my php script ...

    %%%%%% [][][][][]


    [​IMG]

    [​IMG]

    shouldnt php be able to connect to one of those ?
     
    gether, Sep 15, 2013 IP
  2. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #2
    not sure for php, though for me, im going to use java for that kind of service
     
    bartolay13, Sep 16, 2013 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    Not sure what you're trying to accomplish, but PHP is only part of the solution. For processing the information you present (be it to a form, or a stand-alone app or similar), PHP can be used. But for getting the data from the barcode scanner to somewhere where it can be processed, I'd recommend looking into simple HTML-forms, maybe with a bit of javascript attached.

    For instance, a barcode scanner can normally be substituted or added to normal keyboard input - hence you can add the information from the barcode scanner to any form input-element, for instance a text-type input, or a textarea.

    Adding javascript, you can split up the input (depending on which values you're adding with the scanner), and position this in separate input fields, for instance.

    You can also add an automatic addition of more fields when you add something etc. But all this will require HTML and javascript.
     
    PoPSiCLe, Sep 16, 2013 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,897
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #4
    sarahk, Sep 16, 2013 IP