$MyVariable = Null; if (isset($MyVariable)) //would be better named isnotnull() $MyVariable = 1; if (is_null($MyVariable)) $MyVariable = 1; $MyArrayValue = isset($MyArray[‘some_name’]) ? $MyArray[‘some_name’] : ”;