Re: [PHP] #exec and php together

2001-07-03 Thread Kurt Lieber
<[EMAIL PROTECTED]> Sent: Tuesday, July 03, 2001 10:16 AM Subject: [PHP] #exec and php together > I'm trying to include the output of a php script into a standard html > file via SSI #exec. > > The following is a sample php file (hello.php): > > echo

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

[PHP] #exec and php together

2001-07-03 Thread Paolo Ciraci
I'm trying to include the output of a php script into a standard html file via SSI #exec. The following is a sample php file (hello.php): and the following is the sample html file (hello.htm): both files are in the same directory. If I issue http://www.mysite.com/hello.php the script