抱歉,伙计们,但我已经尝试了从添加和删除花括号到常规右括号的所有方法,我真的很难过。非常感谢一如既往!
**解析错误:语法错误,第 9 行的 top.php 中出现意外的“回声”(T_ECHO)* *
<?php include 'header.php' ?>
<font color=#EEEED1>
<form method="POST">
<p>
<b>Your Blog Title:</b>
<input type=text name=btitle value="<?php echo $_POST['btitle'] ?>" ><?php echo $errormsgs[0]; ?><br>
<center>
<textarea name=bentry cols="80" rows="20">
<?php ($_POST['bentry'] ? echo {$_POST['bentry']} : echo ("What's on your mind?");) ?>
</textarea><br><br>
</center>
<?php echo $errormsgs[1]; ?>
<input type=radio name=color value="Red" checked><font color="Red"> Red</font><br>
<input type=radio name=color value="Yellow"><font color="Yellow"> Yellow</font><br>
<input type=radio name=color value="Blue"><font color="Blue"> Blue</font><br>
<center>
<input type=submit value="Create Blog!">
</center>
</p>
</form>
</font>
<?php include 'footer.php' ?>