Jump to content

PHP Simple HTML DOM Parser


soundsticks

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.