I am just starting with the mentioned Parser and somehow running on problems directly with the beginning.
Referring to this tutorial:
http://net.tutsplus.com
$html = new simple_html_dom(); $html->load($output); $items = $html->find('div.youclassname',0)->children(1)->outertext; print_r($items);