FPDF MultiCell & how to align specific cell in FPDF using PHP ?
I have two (2) questions. QUESTION 1 I have these code where the table that includes: Fetch value from database. Table with MultiCells. Text fits inside table cell. I create three (3) table, data from database and the result shows like table below. Code seem to break into new line after the first table. My goal is to make the table look like this Here's my current code Code.php class myPDF extends FPDF { // CALCULATE var $widths; var $aligns; function SetWidths($w) { //Set the array of column widths $this->widths=$w; } function SetAligns($a) { //Set the array of column alignments $this->aligns