Skip to content

Tag: php

php – fpdf select case $row

I am using FPDF and have the following code: // Data foreach($data as $row) { $this->SetFont(‘Arial’,”,12); $this->Cell($w[0],6,$row[0],”,”,’C’); //Year $this->Cell($w[1],6,$row[1],”,”,…