I want to make and output like this.
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();
}