I use PHP Simple Html Dom to get some html,now i have a html dom like follow code,i need fetch the plain text inner div,but avoiding the p tags and their content(only retur
$wordlist = array("", "") foreach($wordlist as $word) $string = str_replace($word, "", $string);
", "