if (!$helpId = filter_var($helpId, FILTER_VALIDATE_INT)) {
            throw new Exception("Cannot delete help item - no ID given"); 
        }