【发布时间】:2016-03-15 08:04:45
【问题描述】:
我在尝试让它工作时遇到了麻烦。
<?php
$_SESSION['age'] = 11
if($_SESSION['age'] < 14) {
echo "<h2>Your only $_SESSION['age']? Thats Young!</h2>";
}
?>
【问题讨论】:
标签: php html variables if-statement echo