$results = file_get_contents($q."&requiredfields=stream_$stream".$required_fields) $theDocument = domxml_open_mem($results); $xPath = $theDocument->path_new_context(); $total[$stream] = $xPath->xpath_eval('//M/text()');
Select allOpen in new window