私は文字列を持っています:
<?
$home = '<ul>
<li>
first line
</li>
// Here I want to write some while loop//
<li>
second line
</li>
</ul>';
// somewhere on the bottom of the page I echo $home
?>
ホーム変数を分離して、その間に while ループ コードを含めることはできません。分離しようとしました'; echo '
が、うまくいきませんでした。