3
1
Back

'(//div[@id="comic"]//img)', $article); // Pain Train alt tag, Alice Grove bigger img Pain Train alt tag, Alice Grove (get bigger image elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // there's both alt and title texts, they're both different, use both. $alt_element = $doc->createElement("i", $alt_text); $para_element->appendChild($alt_element); $para_element->appendChild($doc->createElement("br")); $title_element = $doc->createElement("i", $title_text.

New Pull Request