這是我用我的HTML文件中的代碼腓如果,否則不能正常工作
<? if (empty($_POST["name"]) || empty($_POST["gender"]) || empty($_POST["dorm"]): ?>
You must provide your name, gender, and dorm! Go <a href="froshims2.php">back</a>.
<? else: ?>
You are registered! (Well, not really.)
<? endif ?>
我得到一個錯誤說:
Parse error: syntax error, unexpected ':' in /home/jharvard/vhosts/localhost/public/week2/register2.php on line 20
我不明白爲什麼這種形式,如果別的不工作
另外'' endif ?>應'' endif; ?>分號 – MackieeE
不是之前的PHP閉標籤 –
由於必要的,是錯誤是在丟失的支架上的,如果線 – Akshay