glitch in PHP Simple HTML DOM parser

前端 未结 4 1946
既然无缘
既然无缘 2021-01-12 05:38

I\'m using PHP Simple HTML DOM Parser to scrape some data of a webshop (also running XAMPP 1.7.2 with PHP5.3.0), and I\'m running into problems with

4条回答
  •  深忆病人
    2021-01-12 05:59

    Make sure your tbody is coming from some javascript execution. I was facing the same problem with a span tag. Later I found that, if any html code is getting into the page via jquery/any other javascript execution then in that case simple_html_dom simply fails.

提交回复
热议问题