Top "Simple-html-dom" questions

Simple HTML DOM is an open source HTML DOM parser written for PHP5+ which lets users easily manipulate HTML.

Simple HTML DOM Parser: how to read the value of the selected option

I have this HTML piece of code already read into $html. I had extracted some correct information, but I'm stuck …

php simple-html-dom
Combining CURL and simple html dom

I have been working with CURL to scrape websites for a while and also Simple HTML DOM. I experienced that …

php curl simple-html-dom
How to get the Previous Sibling name

I need to get the name of the previous sibling . to keep it simple i have some sample code <…

javascript html simple-html-dom dom
Trying to get property of non object Simple HTML DOM Parser

I am trying to get content of <div class="clearfix" id="searchResultsDiv"> from the link in my code. …

php simple-html-dom
simple html dom failed to open stream for a site

I'm trying to parse throught http://whatismyip.com page and get my location (state and country). The data seems to …

php web-scraping simple-html-dom
Scrape HTML & count children using Simple HTML DOM

I'm trying to collect data from a website, and want to count the amount of elements in another element. Targeting …

php dom web-scraping simple-html-dom scrape