|
Posted by ivan.molina on 09/22/06 22:02
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,$fecha,0,1);
and it does very well, but within the head:
$this->cell(0,10,$fecha,0,1);
and it does not print it.
Can help me?
Navigation:
[Reply to this message]
|