0

I want to make and output like this.

enter image description here

Im refering on this one, but i want to put my loop data inside the text warp and the template still remains. How to do it? here is my loop data inside from the function.

How do you make a table like this with FPDF using PHP?

$this->Cell(18,7,$data,1,0,'L');
    if ($count%2 == 0) {
        $this->Ln();
    }
  • Does this answer your question? [How do you make a table like this with FPDF using PHP?](https://stackoverflow.com/questions/13407085/how-do-you-make-a-table-like-this-with-fpdf-using-php) – Dave May 04 '20 at 16:49
  • The question you linked to has the solution based on the information you've provided. – Dave May 04 '20 at 16:50

0 Answers0