我想在{{1}内执行php
语法代码。我的代码如下:
html
但遗憾的是,php脚本尚未执行。我使用了另一种语法here:
return <<<END
<!-- Some HTML code -->
<header id="header">
<?php include '../src/top.php'; ?>
<!--LOGO bar / End-->
<?php include '../src/nav.php'; ?>
</header>
<!-- Some HTML code -->
END;
但没有一个能解决我的问题。 我该如何解决这个问题?