SyntaxFix
Write A Post
Hire A Developer
Questions
From php.net, isset
Returns TRUE if var exists and has value other than NULL, FALSE otherwise.
empty space is considered as set. You need to use empty() for checking all null options.