This may be the way my server is set up, but I\'m banging my head against the wall. I\'m trying to say that if $action has no value or has a value that is not \
$action
You could also try:
if ((!isset($action)) || !($action == "add" || $action == "delete")) { // Do your stuff }