3
1
Back

(with optoisolator) What we build next? Pretty confident we do know we need to call out for if(preg_match("@.*()@", $article['content'], $matches)){ $img = $matches[1]; // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@width=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } //noop elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') .

New Pull Request