1 2 3 4 5 6 7 8
<?php $room= <<<EOF <script type="text/javascript" charset="utf-8"> test; </script> EOF; echo "<li style=\"text-align: center;\"><img src=\"example.com\" width=\"264\" height=\"198\" alt=\"\" /> $room</li>";
1 2 3
<li style="text-align: center;"><img src="example.com" width="264" height="198" alt="" /> <script type="text/javascript" charset="utf-8"> test; </script></li>