elseif 异常

WBOY
Release: 2016-06-13 10:18:34
Original
1131 people have browsed it

elseif 错误
提示:Parse error: syntax error, unexpected T_ELSEIF in /home/caijizhi/public_html/index.php on line 85
第85行是elseif ($nowjifena == "10")
else if和elseif都错


------解决方案--------------------
else if ($nowjifena === "10")
前面少了个‘}’
------解决方案--------------------
你把else去掉,不要用else if试试看啊!
------解决方案--------------------
根本你細心一點成不成!
$dsql->ExecuteNoneQuery("update `#@__tgreg` set `tgtime`=$time , where userid='".$userid."' and username='".$username."' ");}
最後面多一個“}”

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template