How to make printable PDF Invoices in PHP | PHP FPDF Tutorial #1 [Repost, improved audio]

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น •

  • @dimitrissymeonidis7461
    @dimitrissymeonidis7461 4 ปีที่แล้ว +2

    1) A4 dimensions are 210 x 297 mm
    2) Wrong 219 - (10*2) = 219 - 20 = 189 mm (shown in video)
    2) Correct 210 - (10*2) = 210 - 20 = 190 mm
    GREAT video though!! Thx

  • @paulderegnaucourt3331
    @paulderegnaucourt3331 5 ปีที่แล้ว

    Hello, thanks for the video ! Can I use this tuto with "select ....... from ...." and so not use the element like city,zip ... ?

  • @maa3670
    @maa3670 4 ปีที่แล้ว

    I wrote all line as you did but it shows the comman I wrote not the result
    I am new to PHP learning now
    is it possible to have the source code of this and the one with Database so I will make practice at home

  • @muhammadilham248
    @muhammadilham248 7 ปีที่แล้ว

    Great tutorial, but please show the thing that you did, your video was like type 6 lines and I didn't understand what happened.

  • @kertosyt
    @kertosyt 5 ปีที่แล้ว

    is it possible to make cells get value from an imput form ?

  • @Vishalbazz
    @Vishalbazz 5 ปีที่แล้ว

    Sir how to update Excelsheet in php

  • @yonann7899
    @yonann7899 6 ปีที่แล้ว

    could you make direct print to direct by php?

  • @andreranulfo-dev8607
    @andreranulfo-dev8607 4 ปีที่แล้ว

    Way better with no music.

  • @amreenasadafamreenasadaf2970
    @amreenasadafamreenasadaf2970 6 ปีที่แล้ว

    i have some errors in my database while setting foreign key

  • @TheMrmuaz
    @TheMrmuaz 5 ปีที่แล้ว

    Hello beginner here, I have followed exactly like the video but there is an error
    Fatal error: Uncaught Error: Class 'FDPF' not found in C:\xampp\htdocs\test\invoice.php:8 Stack trace: #0 {main} thrown in C:\xampp\htdocs\test\invoice.php on line 8
    what caused this error and how to fix it?

    • @TheMrmuaz
      @TheMrmuaz 5 ปีที่แล้ว

      @@GemaCode okay I manage to solve it, thanks to your tips.
      It turns out i need to write like this
      require 'fpdf17/fpdf.php';
      rather than like yours
      require ('fpdf17/fpdf.php');
      (Why it's work on you but not mine?)
      anyway, thanks for replying and helping

  • @amine_fadssi
    @amine_fadssi 3 ปีที่แล้ว

    ♥♥

  • @khajapeershaik8874
    @khajapeershaik8874 5 ปีที่แล้ว

    Hi, can you pls send the source code of this

  • @erwincd5787
    @erwincd5787 7 ปีที่แล้ว

    Hello, Can you please send me the source code of this please ?

  • @sandeepgupta2476
    @sandeepgupta2476 5 ปีที่แล้ว

    How can I design my PDF using php

    • @sandeepgupta2476
      @sandeepgupta2476 5 ปีที่แล้ว

      @@GemaCode u didn't get that bro, I wanna make it colourful

  • @penoygaming-arenaofvalor6271
    @penoygaming-arenaofvalor6271 7 ปีที่แล้ว

    Thank you very much!!!

  • @penoygaming-arenaofvalor6271
    @penoygaming-arenaofvalor6271 7 ปีที่แล้ว

    Can you please send me the source code of this. Much appreciated if you agree. This is very helpful for me as a beginner.

  • @dilinirashmika163
    @dilinirashmika163 7 ปีที่แล้ว

    thank you it's great

  • @jimprice1959
    @jimprice1959 6 ปีที่แล้ว

    Jim Price