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
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'])
isset($_POST['idPresented'])