I cannot get this to work for the life of me, it is PHP.
isset() accepts more than just oneparameter, so just pass as many variables as you need to check:
You could use empty() as well, but it doesn't accept more than a variable at a time.