Forum Moderators: coopster
thanks, gola
I don't think including a php file with SSI will work. If you have SSI enabled for a file extension then, I don't think, adding php parsed as well will work.
I would use the php extension on that particular page and then include the file using the php include or require function.
Be sure to read Marcia`s WebmasterWorld Welcome and Guide to the Basics [webmasterworld.com] post.
On Apache you may include the results of a CGI script with PHP´s virtual [php.net] function which performs a subrequest. This is similar to <!--#include virtual --> in SSI.
Andreas
Andreas