|
Posted by Dikkie Dik on 09/22/06 23:02
I think you need a line like:
global $fecha;
before you can use the variable there.
Best regards
ivan.molina@gmail.com wrote:
> 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?
>
[Back to original message]
|