PHP with nested html SSI problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
archeons
Forum Newbie
Posts: 4
Joined: Wed Aug 05, 2009 9:24 pm

PHP with nested html SSI problem

Post 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!
archeons
Forum Newbie
Posts: 4
Joined: Wed Aug 05, 2009 9:24 pm

Re: PHP with nested html SSI problem

Post by archeons »

solved it @@ there is a virtual() function in php!
Post Reply