Re: How to process a local file rather than just read it



ashepster@xxxxxxxxx wrote:
>
> Wow. That was entirely non-intuitive. I would have thought
> there was some php-evaluate() function I was overlooking.

There is: http://www.php.net/eval

But include() works much faster.

Cheers,
NC

.