<[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
> 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
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
3 matches
Mail list logo