SSI with PHP?
Moderator: General Moderators
-
dudemanthing
- Forum Newbie
- Posts: 1
- Joined: Sun Nov 23, 2008 11:49 am
SSI with PHP?
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. 
Re: SSI with PHP?
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.