Используем библиотеку: http://simplehtmldom.sourceforge.net/ $html = file_get_html(‘http://flow935.com/playlist/flowhis.HTM’); foreach($html->find(‘tr’) as $row) { // Parse table row here } require(‘simple_html_dom.php’); $table = array(); $html = file_get_html(‘http://flow935.com/playlist/flowhis.HTM’); foreach($html->find(‘tr’) as […]
Read more