When checking for if a variable isset() in php you don't have to use individual isset() checks for each variable ie ....
For slight code space savings you can check multiple variables with isset at the same time ...