Questions tagged [simpledom]

A bridge between SimpleXML and the DOM extension, plus a bunch of convenience methods

SimpleDOM is built upon SimpleXML and acts as a bridge providing DOM methods using SimpleXML's syntax. It also adds a bunch of convenience methods.

SimpleDOM is a single file with no dependencies. All you need to use it is include it and create SimpleDOM objects instead of SimpleXMLElement objects, or simply use simpledom_load_string() instead of simplexml_load_string().

URL: http://code.google.com/p/simpledom/

77 questions
0
votes
2 answers

php simple html dom parser doesn't return anything

Why won't my script return the div with the id of "pp-featured"?
Kelbizzle
  • 686
  • 3
  • 11
  • 23
0
votes
1 answer

How can i scrape invalid html using php simple dom?

I'm trying to scrape a webpage using phpsimpledom. $html = '
Name: Noor Shaad
Age:
' $name=$html->find('div[class="u"]',…
user16202411
0
votes
2 answers

php , simple_html_dom.php, get selected option

I have a html block like this : $localurl = '