If there is no orderlist in $_SESSION, that'll show up. One way to get around it is array_key_exists. So your if will look like: if(array_key_exists('orderlist ...