Posted by B.r.K.o.N.j.A on 10/10/06 13:14
petethebloke@googlemail.com wrote:
> I think I've answered my own question.
>
> //at the start of the page I put....
> ob_start();
>
> //and at the end I put......
> $output_string=ob_get_contents();
> ob_end_clean();
>
> Seems to work, but if you know better then please say so.
>
> Pete
>
That should be ok, I'm using it as a base for my templating engine and I
had no problems so far.
--
B.r.K.o.N.j.A = Bionic Robotic Knight Optimized for Nocturnal Judo and
Assasination
[Back to original message]
|