[thelist] configuring other extensions to run php pages?

Hershel Robinson thelist at lists.evolt.org
Thu Dec 12 08:28:01 2002


> I have a project where I am integrating some php functionality into a
> proprietary software package that has templates.
>
> Let's say these templates have the extension '.tom'
>
> Is there a way to configure page.tom to run as a php page?

But Tom, you didn't tell us if those .tom pages are hard-coded or they're
dynamically produced.  Let's assume that they're dynamic.  That means that
they're only generated by some .tom processor.  So now we're talking about
having the output from THAT .tom system be then piped through PHP for
further processing.

Hmmmm.

Hershel