データベースからコンテンツを呼び出す変数があります。サンプルは以下のとおりです。
$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を実行するにはどうすればよいですか?残りのテキストは、htmlexecptとして[code]いくつかのphpコード[/code]タグで使用されるコードとして記述されます。