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
If you text is always at the same position , try this:
$html->find('text', 2)->plaintext; // should return 111111