Page 1 of 1

SSI with PHP?

Posted: Sun Nov 23, 2008 11:51 am
by dudemanthing
How can I include a PHP file in an shtml page, using SSI? Whenever I try to do this, it doesn't work properly for some reason. :banghead:

Re: SSI with PHP?

Posted: Sun Nov 23, 2008 11:58 am
by Syntac
If I remember correctly, including a page with SSI doesn't run it through the parsing engine. You'd be better off doing the include with PHP instead.