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!
PHP with nested html SSI problem
Moderator: General Moderators
Re: PHP with nested html SSI problem
solved it @@ there is a virtual() function in php!