<?PHP
$hintMaintain = <<< EOT
<hr />
<div id="user_hint"> ABC DE <span class="status_strtolower($account['status_value'])">ucfirst($account['status_value'])</span>FGH</div>
<div style="margin: 0px 74px 0px 74px; text-align: center; height: 66px; width:66px; background: url('img/strtolower($maintain)hint.png') no-repeat;">
<span style="line-height: 66px; font-size: 36px; color: black;">$countdown</span>
</div>
EOT;
eval("\$hintMaintain = \"$hintMaintain\";");
?>
<!-- SOME HTML -->
<?PHP echo $hintMaintain; ?>
救命?
谢谢.
解决方法:
尝试:
<?PHP
$hintMaintain = '<hr />
<div id="user_hint">
<p> ABC DE
<span class="status_'.strtolower($account['status_value']).'">'.ucfirst($account['status_value']).'</span>
FGH</p>
</div>
<div style="margin: 0px 74px 0px 74px; text-align: center; height: 66px; width:66px; background: url(\'img/'.strtolower($maintain).'hint.png\') no-repeat;">
<span style="line-height: 66px; font-size: 36px; color: black;">'.$countdown.'</span>
</div>';
?>
<!-- SOME HTML -->
<?PHP echo $hintMaintain; ?>
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。