Vypište buňky umístění ihned po každém datu:
while($u=mysql_fetch_array($t))
{
$pdf->Cell(60, 6, $k, 1);
$pdf->Cell(50, 6, $u['location'], 1);
$pdf->Ln();
}
Vypište buňky umístění ihned po každém datu:
while($u=mysql_fetch_array($t))
{
$pdf->Cell(60, 6, $k, 1);
$pdf->Cell(50, 6, $u['location'], 1);
$pdf->Ln();
}