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; ?> Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.