Re: [PHP] #exec and php together

2001-07-03 Thread Kurt Lieber
First question is why not just use PHP for both parts? i.e. I'd guess the reason your second example doesn't work is because PHP isn't being called to parse the page. even though you're calling a php page with your SSI, the destination page is named *.htm meaning that PHP won't be involved.

Re: [PHP] #exec and php together

2001-07-03 Thread Paolo Ciraci
> The problem with this is that, by default, Apache will ONLY parse > PHP code if the extension matches the PHP extension in > httpd.conf. You could add .htm and .html to that extension match > if you'd like, and that could possibly do it. No, that is not the problem. I don't want the .htm f