-1
我正在練習Codeigniter PHP框架,我對它也很陌生。 我已經在Framework的視圖文件夾中創建了View(login.php)。 我的問題是,我發現了以下錯誤:語法錯誤,文件意外結束
Parse error: syntax error, unexpected end of file
請檢查什麼是語法錯誤到它的代碼。
<h2>Login</h2>
<?php if($error==1){ ?>
<p>Your username/password did not match.</p>
<? } ?>
<form action="<?=base_url?>users/login" method="post">
<p>Username: <input type="text" name="username" /></p>
<p>Password: <input type="password" name="password" /></p>
<p><input type="submit" value="Login" /></p>
</form>
簡單:短標記語法 –
問題的名字是一樣的。但內容錯誤是不同的。 –
弗雷德你能解釋我喜歡怎麼樣? –