How to make barcodes from scratch with PHP | Quick programming tutorial

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 35

  • @SH-zf7in
    @SH-zf7in Рік тому +7

    you're hands down the best php channel on the net

  • @التعليم_وفنون
    @التعليم_وفنون Рік тому +1

    Welcome. Unfortunately, I'm still late to hear this, I'm just entering to support you. I thank you for your efforts and wish you further progress and success.

  • @GendusaBrain
    @GendusaBrain 10 місяців тому +1

    Great tutorial but I would like to know How do you center the text in the bottom center of the barcode? because your text is at the beginning of the barcode.
    Thanks for your prompt response to my inquiry.

  • @AlexanderPopovIzmail
    @AlexanderPopovIzmail 10 місяців тому +1

    TY. for php8.2 to avoid deprecation warning change in barcode.php $gap_size = $img_width / $count; to $gap_size = (int) ($img_width / $count);

  • @ibrahimfarukyahuza6144
    @ibrahimfarukyahuza6144 Рік тому +2

    Great Job sir... We truly appreciate your effort. Keep it up, Please...🙏🙏🙏

  • @naughtylewis
    @naughtylewis Рік тому +2

    You are a great guy, just wish I could give you a million dollar for your videos

    • @QuickProgramming
      @QuickProgramming  Рік тому +1

      Thank you so much for the compliment. i really appreciate it and you're most welcome :)

  • @MdRabby-tg2fh
    @MdRabby-tg2fh Рік тому +1

    Can you make Human Resource Management (HRM) tutorial in js & php

  • @thesigmasystems
    @thesigmasystems Рік тому +1

    Thanks so hepful. Stretches the mind.

  • @dontquit8850
    @dontquit8850 Рік тому +1

    Awesome tutorial as usual

  • @sunny_empire
    @sunny_empire Рік тому

    Good job boss! I notice you calculate your modulus for $checksum using 103, of which 103 startcodeA not startcodeB. Kindly check it up. Thanks.

    • @QuickProgramming
      @QuickProgramming  Рік тому

      i didnt use Start code A anywhere in the code. If i had made a mistake, the barcode would not be able to scan coz even if you miss by only one digit, it doesnt work. the fact that it works means everything is as it should be. Check the source code

    • @sunny_empire
      @sunny_empire Рік тому

      Ok boss, what i meant is that, where we calculate $checksum, we divided it by 103, which i think it should be 104.

    • @QuickProgramming
      @QuickProgramming  Рік тому

      @@sunny_empire you're supposed to divide by 103 no matter which start code you use, so thats how its supposed to be. Thats why i used an actual number instead of a variable because that number should never change

    • @sunny_empire
      @sunny_empire Рік тому

      @@QuickProgramming I made the mistake! Thanks for your understanding. I love you!

    • @BaukeC
      @BaukeC Рік тому

      @@sunny_empire In both A, B and C, there are 103 chars.

  • @BlueBloodGamerz
    @BlueBloodGamerz Рік тому +4

    once i get the job with ur videos let me be serious i will superchat 70% my first salary

    • @QuickProgramming
      @QuickProgramming  Рік тому +2

      Thank you in advance, i'll appreciate it and i'll be even more glad you found a job using my teaching :D

  • @phpstudy8625
    @phpstudy8625 Рік тому +1

    Super !!!

  • @giwawahab1206
    @giwawahab1206 Рік тому +1

    Amazing

  • @learntoswim512
    @learntoswim512 Рік тому

    I have challenge request: Printing the produced barcode with a label printer, or printing barcodes onto label sheets from a regular printer.

    • @genechristiansomoza4931
      @genechristiansomoza4931 Рік тому +1

      That's not challenge. You are requesting him to work for free 😂

    • @learntoswim512
      @learntoswim512 Рік тому

      @@genechristiansomoza4931 well yea..isn't that what his channel is all about? Think of the exposure! At best he gets an idea for a video on his channel, and I learn something. at worst he doesn't do it

  • @giwawahab1206
    @giwawahab1206 Рік тому +2

    We will appreciate QR code also

  • @xyznikk
    @xyznikk Рік тому

    why domt you make coding shorts?most of the shorts get thousands of views in a short amount of time

    • @QuickProgramming
      @QuickProgramming  Рік тому +1

      shorts are a good idea, however they dont add value to the overall channel. The shorts themselves will get thousands of views but that does not translate to the channel unfortunately. Also since programming takes time, you cant really put useful information in them. But i'll try a few very soon for my template generating app

    • @xyznikk
      @xyznikk Рік тому

      @@QuickProgramming template generating app??!Thats sounds cool!