<?php require('html_table.php'); $pdf=new PDF(); $pdf->AddPage(); $pdf->SetFont('Arial','',12); $html='<table border="1"> <tr> <td width="200" height="30">Pole 1</td> <td width="200" height="30">Pole 2</td> </tr> </table>'; $pdf->WriteHTML($html); $pdf->Output(); ?>
Nie mogę sobie poradzić jak wstawić jakąś zmienną do tabeli robiłem tak
<?php <td width="200" height="30">print"$zmienna";</td> ?>
I nic i nie wiem..