PHP While loop displaying only last row
问题 I'm using TCPDF library to generate PDF of a table . Table has few number of rows say 10 Among that two rows has same invoice number "78650" Now i am selecting by invoice number and as desired it should generate PDF with two rows . But instead it is only fetching the second row that is the last row. That is Serial no 2 is only taken . Code Below : <?php require_once('TCPDF/tcpdf.php'); $pdf = new TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false); $pdf-