I have a URL for an RSS feed that I need to: 1. Read into PHP 2. Search the <title> tags for key words 3. Display the document links for key word matches Pretty basic, I just haven't done it before. Several code examples I've tried online that use DOMDocument and SimpleXMLElement don't seem to work very well. Any suggestions welcome! Thanks