Open lyg4795 opened 4 years ago
the url is http://search.11st.co.kr/Search.tmall?kwd=123 first I copy the source html code to local file 'test.txt' then format by file_get_html('test.html') it will return false and format fail.
here is a working example: https://github.com/voku/simple_html_dom/commit/0377aa42923fa46d1ee8757e17989c2be1addc50#diff-f9e35e3ee28495a595a36e0f7a4ae154R84
the url is http://search.11st.co.kr/Search.tmall?kwd=123 first I copy the source html code to local file 'test.txt' then format by file_get_html('test.html') it will return false and format fail.