When I refreshed the page the error says : “ Cannot use isset() on the result of an [removed]you can use ”null !== expression“ instead)”

后端 未结 1 620
抹茶落季
抹茶落季 2021-01-29 08:57

Could someone help me with this problem which states that Fatal error: Cannot use isset() on the result of an expression (you can use \"null !== expression\" instead) and could

相关标签:
1条回答
  • 2021-01-29 10:00

    your code is so LONG that you can not really read it:

    isset($_POST['idPresented']
    

    is missing his ')' so change

    isset($_POST['idPresented'] into isset($_POST['idPresented'])

    0 讨论(0)
提交回复
热议问题