I have trouble displaying image (or this time is photo) using mc table FPDF.
This is a little of my script:
$pdf=new PDF_MC_Table();
$pdf->SetWidths(array(30,10,30,230));
$pdf->SetAligns(array('L','L','L','C'));
$pdf->Row(array($name, $age, $gender, $photo));
$pdf->Output();
$photo
fill with location of image that I want to display in my PDF table.
The image does not show up at all, instead it shows text of that location