Evaluating php tags/documents outside of web server?
Posted by Isak on 12/05/06 09:45
I need to generate and send multiple xml documents over a socket.
Is it feasible to use php as a templating language for these? How would
i go about that?
I figure i _could_ make them into 'normal pages' and fetch the contents
using some http library, but that doesn't sound too elegant. There has
to be a better way?