I would like to get the certain information but I couldn't parser it, it come with blank information.
<?php
include_once('./simple_html_dom.php');
$html = file_get_html('http://www1.abs33.com/rs/index.php?result&date=05-06-2013');
foreach ($html->find('*[class1]') as $a)
foreach ($a->find('ul') as $q)
echo $q;
?>