From: <php...@li...> - 2007-02-08 17:11:15
|
Is it possible to mix jsp and php on the same page? I've tried a jsp file named testphp.jsp with: <?php Phpinfo(); ?> But the php directive never seems to be recognized, and if I reverse the example running jsp tags in php files then the jsp outputs as text We have jsp taglibs (and other legacy things) that we'd like to keep in place while running a mix of php and jsp in the same file Any suggestions/examples appreciated Mike |