Page 1 of 1

PHP with nested html SSI problem

Posted: Wed Aug 05, 2009 9:49 pm
by archeons
Hi all,

I have an index.php that include a html page that include another SSI of html page.
Since it is a php file the first include was okay but now the nested SSI that grabs another SSI is not executed.
I can't just include those nested SSI into one files due to certain reason so I can't take the easy way out.
Have anyone experience this and solve it?

Thank you in advance!

Re: PHP with nested html SSI problem

Posted: Wed Aug 05, 2009 9:56 pm
by archeons
solved it @@ there is a virtual() function in php!