id; $angleRight = (bool)userInfo($userid)->headshotAngleRight; $angleLeft = (bool)userInfo($userid)->headshotAngleLeft; $angleCenter = !$angleRight && !$angleLeft; $headshotStyle = array( "angleCenter" => $angleCenter, "angleRight" => $angleRight, "angleLeft" => $angleLeft ); die(json_encode($headshotStyle));