我收到以下错误:
PHP Parse error: syntax error, unexpected T_IS_EQUAL, expecting ','
or ')' in C:\etc\display.php on line 115
display.php的第115行:
if ((!isset($_POST['login']==NULL) OR !isset($_POST['passwd']==NULL)))
msgerror("<font size=4>Fill all the missing fields and try again.</font>");
我确定这是使用 ISSET 的语法问题,但我就是无法摆脱这个错误并让它工作(对不起,我是个新手)。