channel->item as $item) { if(strpos(strtolower($item->description), 'all clear') === false) { $html .= '

' . htmlspecialchars($item->description) . '

'; } } } catch(Exception $e) { $html = ''; } echo $html; ?>