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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • We learn to generate barcodes in PHP using the inbuilt GD Library.
    Source code: freephptutoria...
    Learn PHP with the tutorials listed.
    PHP Beginner Tutorial:
    • Complete PHP beginner ...
    HTML Beginner Course:
    • 01 What is HTML | HTML...
    make a social website from scratch:
    • Social Website from sc...
    all crash courses:
    • JSON Crash Course in P...
    code a live chat app in PHP and JavaScript:
    • Live chat app from scr...
    make an eCommerce website from template:
    • #00 PHP Ecommerce webs...
    convert an HTML template to PHP website:
    • HTML Template to PHP W...
    simple signup and login system & security:
    • Simple signup and logi...
    crop images with PHP:
    • PHP - Web Design - How...
    PHP Object Oriented Programming basics:
    • #00 PHP Object Oriente...
    Chart or graph using SVG:
    • HTML Chart using SVG, ...
    Responsive web design:
    • Responsive Web Design ...
    clean pretty URLs:
    • PHP - How to get prett...
    support me on patreon:
    / quickcode
    my facebook:
    quickcode

Комментарии • 35

  • @SH-zf7in
    @SH-zf7in Год назад +7

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

  • @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 :)

  • @AlexanderPopovIzmail
    @AlexanderPopovIzmail 8 месяцев назад +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);

  • @radfanabdulfatah8288
    @radfanabdulfatah8288 Год назад +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.

  • @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

  • @ibrahimfarukyahuza6144
    @ibrahimfarukyahuza6144 Год назад +2

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

  • @GendusaBrain
    @GendusaBrain 8 месяцев назад +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.

  • @thesigmasystems
    @thesigmasystems Год назад +1

    Thanks so hepful. Stretches the mind.

  • @dontquit8850
    @dontquit8850 Год назад +1

    Awesome tutorial as usual

  • @MdRabby-tg2fh
    @MdRabby-tg2fh Год назад +1

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

  • @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 10 месяцев назад +1

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

    • @learntoswim512
      @learntoswim512 10 месяцев назад

      @@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

  • @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.

  • @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!