Re: [PHP] Including SSI in your PHP scripts

2005-05-16 Thread Richard Lynch
On Mon, May 16, 2005 2:09 pm, Brian said: > Is there any possible way to use my sitewide include files which have SSI > in > them in a PHP script, such as phpBB, with PHP installed as a cgi? I see > there is a virtual() function which is intended to mimick apache's virtual > include, however it doe

[PHP] Including SSI in your PHP scripts

2005-05-16 Thread Brian
Is there any possible way to use my sitewide include files which have SSI in them in a PHP script, such as phpBB, with PHP installed as a cgi? I see there is a virtual() function which is intended to mimick apache's virtual include, however it does not work as a CGI. Thanks in advance, Brian