PHP mysql help.

Discussion in 'PHP' started by rhoula, Oct 25, 2013.

  1. #1
    I need a script that will post information to a Mysql database then have a search option and a delete/update option.

    The script is to add Barcodes to a database with a column for Id, one for barcodes, one for description, one for price one for size and one for comment.

    Please help.

    Thank you so much.
     
    rhoula, Oct 25, 2013 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,907
    Likes Received:
    4,555
    Best Answers:
    124
    Trophy Points:
    665
    #2
    there are so many examples of basic php/mysql tutorials that you are going to have to explain why they didn't work for you in order for us to recommend something else.

    https://www.google.co.nz/search?q=php+tutorial+insert+select+delete

    I've worked with barcode scanners and all you have to do is set the focus (manually or automatically) and the scanner puts the number into the field. You just need to save and it becomes like every other example (IMO)
     
    sarahk, Oct 27, 2013 IP
    ryan_uk likes this.
  3. digiface

    digiface Greenhorn

    Messages:
    44
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    23
    #3
    You should store just barcode in the table, you dont need special coding for reading barcode as its already in the barcode device. You can use insert query to insert and select query to search from the table. If you want specific code you should post your existing code to modify
     
    digiface, Oct 27, 2013 IP
    modernlifeisadam likes this.