I used DOMXPath to get some text information from a website.
$domDocument = new DOMDocument(); @$domDocument->loadHTMLFile($url); $xpath = new DOM