Skip to content

Tag: php

how to dom html url with php?

This is the URL that I want to parse: http://www.tsetmc.com/Loader.aspx?ParTree=151313&Flow=0 I use simple_html_dom.php but it can’t read the HTML because the HTML is encoded. So I think I should parse online and webpage source. Is there any way that I can parse this web site? The source code looks …