ISSET()
is not a PHP function, however, isset()
is (notice the capitalization). And because you didn’t specify an else
block, you code ends without an error. Try fixing that and see if it works.
2 Likes