Hi
I have a problem to print a variable within the head of a pdf. In the
body of the pdf I print:
$pdf->cell(0,10,$fec ha,0,1);
and it does very well, but within the head:
$this->cell(0,10,$fec ha,0,1);
and it does not print it.
Can help me?
I have a problem to print a variable within the head of a pdf. In the
body of the pdf I print:
$pdf->cell(0,10,$fec ha,0,1);
and it does very well, but within the head:
$this->cell(0,10,$fec ha,0,1);
and it does not print it.
Can help me?
Comment