Re: [phplib] Conditional blocks From: Kristian Koehntopp (kris <email protected>)
Date: 07/24/00

In netuse.lists.phplib you write:
>If there is away to parse the php file and get the output in string
>I think that will be great and we could dump all those Template thing.

Enable output buffering. At the end of the page, get the output
buffer, and save it to a string, and discard it.

Kristian

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>