I'm having a problem trying to find an element with the exact name.
<?
//...
@$DOM = new DOMDocument;
@$DOM->loadHTML($html);
@$finder = new DomXPath($DOM);
foreach($finder->query("//a[contains(@title, '".$info[$i]."')]") as $link){...
asked by
12.01.2016 / 14:29