|
From: <php...@li...> - 2009-04-17 23:13:28
|
Hi Everyone, I was wondering if anyone has installed PHP JavaBridge into Tomcat 5 and gotten Apache-style serverside includes (SSI) to work with PHP? <!--#inlcude virtual="myinclude.php" --> My web.xml has the SSI servlet enabled. I can include regular *.html files into each other, but when I try to include the output of a php script, it included the content of my original page. I'm really at a loss. Thanks for your help, Don |