$source = #שם הלקוח.מקור הגעה#; $otherArrival = #שם הלקוח.דרכי הגעה#;
if (strpos($source, ‘אחר’) !== false) { return $otherArrival; } else { return $source; }