How to connect database to PHP coded barcode generator

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jasmin Guila
    New Member
    • Apr 2011
    • 8

    How to connect database to PHP coded barcode generator

    Hello, Can you help me on how can i connect barcode generator to database? i have LOT# which is auto generate from database which supposedly my data source on creating barcode.
    On my HTML/PHP code as i submitted the inputed details it will pop up a ready to print details together with the auto generate LOT# which should be display in barcode.
    SAMPLE:

    LOT#:LO13265416 - suppsedly display as barcode
    Stock Item:MAT-CHE-0080
    Stock DESC:Magnesuim

    any help is highly appreciated thank you so much :)
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    So your problem is not knowing how to connect to the database from PHP? Read about how to do a data layer from this article: http://bytes.com/topic/php/insights/...tion-layer-php

    Comment

    • Jasmin Guila
      New Member
      • Apr 2011
      • 8

      #3
      i already connect it sir. The scenario, I generate barcode by inputting details on a certain form, which is wrong as per checking by my superior what i need to do is to generate barcode base on my auto generate LOT# on my database. Hope you get my point sir, sorry for my grammar..

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        I still don't see what the problem is then. You need to get the autogenerated number from the database and you already know how to connect to the database. So what's the problem?

        Comment

        • johny10151981
          Top Contributor
          • Jan 2010
          • 1059

          #5
          If you have problem with creating the barcode then I would suggest you to study the bardcode specification and try to implement it.

          Comment

          Working...