I created one pdf from PHP.
but the loop rows printed like merging
foreach($details as $b => $k)
{
$pdf->cell(70,80,$k['name'],20);
$pdf->cell(70,80,$k['order_id'],20);
$pdf->cell(70,80,$k['money'],20);
$pdf->SetXY(5,125);
}
The second row and third fourth are merged