I am trying to scrape the datas from a webpage, but I get need to get all the data in this link.
include \'simple_html_dom.php\'; $html1 = file_get_html(\'ht
Seems to be written in the documentation:
$html1->find('b[class=info]',0)->innertext;