我有一个从数据库调用内容的变量,示例如下
$content = '<div><h1>content here</h1>
<img src = 'image.jpg' /><br />
[code]echo 'welcome';[/code]
<h2>some content here</h2>
<p> some large content here</p>
[code]echo 'Click Here';[/code]
Thank you.';
echo 'headers here' .$content . 'footers here';
如何为 [code] 和 [/code] 标签之间的内容执行 PHP?剩余的文本将写为 html execpt 中使用的代码[code] some php code [/code] tags