Warning: in_array() expects parameter 2 to be array,null given in /var/www/html/irmt/library/class/fpdf/fpdf.PHP on line 526 <b>FPDF error:</b> Undefined font: helvetica B
我的代码是
$pdf->AddPage(); $pdf->SetFont('Arial','B',14); $pdf->FancyTable($result); $pdf->Output();
请帮帮我怎样才能解决这个问题.
谢谢