I\'ve googled around and found this question very common but I can\'t seem to find a proper and direct answer. I\'m using FPDF and I want to generate tables using MultiCell(
use $pdf->Ln(10); with $pdf->cell();
$pdf->Ln(10);
$pdf->cell();
Example:
$pdf->cell(100,10,"your content"); $pdf->Ln(10);