I just started to use PHP Simple HTML DOM Parser.
Now I\'m trying to extract all elements surrounded with a -tag inclduing
More simple is from manual:
foreach($html->find('b') as $q) echo $q->plaintext;