下面的代碼片段給出了在那裏我檢查車況的if
塊爲什麼我得到語法錯誤?
public function __construct() {
if(isset($_POST['update_email')) { # First syntax error
$this->email = $_POST['update_email'];
}
if(isset($_POST['password')) { # Second syntax error
$this->password = $_POST['password'];
}
}
我無法發現一個語法錯誤2個語法錯誤。它是什麼 ?
你得到什麼語法錯誤?它顯示一條線嗎?一個人物? PLease包含完整的錯誤。 – Nanne 2013-03-18 13:38:05
@Nanne我正在使用Dreamweaver,它不顯示任何錯誤,但突出顯示它 – saplingPro 2013-03-18 13:39:29
你好。如果下面的答案之一幫助你,請接受它(點擊答案左側的勾號)。 – halfer 2013-05-28 11:16:51