soundsticks Posted June 13, 2013 Share Posted June 13, 2013 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; ?> Link to comment https://forums.phpfreaks.com/topic/279104-php-simple-html-dom-parser/ Share on other sites More sharing options...
trq Posted June 13, 2013 Share Posted June 13, 2013 Awesome description. Link to comment https://forums.phpfreaks.com/topic/279104-php-simple-html-dom-parser/#findComment-1435691 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.