|
Posted by ivan.molina on 09/25/06 20:57
Dikkie Dik ha escrito:
> 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?
> >
Thanks
That was what it happened to me...
Greetings
Iván Molina
[Back to original message]
|