On 2006-02-08, Fred Paris <nono@nono.invalid> wrote:
> 2)
> I also have a script, script.php
>
> 3)
> When script.php runs, I want it to run php on template.php, and write
> the resulting html output to a file.
use "ob_start"(etc...) to capture output and "require" to run the external
php script.