3
1
Back

// And get blog //also get the blog $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { } if (ADD_IDS) { $imgs = $xpath->query('//img'); //doesn't get simpler.

New Pull Request