Description
A simple PHP HTML DOM parser written in PHP5+, supports invalid HTML, and provides a very easy way to handle HTML elements.
Categories
License
Update Notifications
User Ratings
User Reviews
-
Simplehtmldom works wonderful.
-
SimpleHTMLDOM is exactly what I was looking for, an easy way to import and manage HTML pages. I used it to build the mobile version of a very big music website. Thank so much!
-
very good project, thanks!
-
Works and fast.
-
Easy to run simplehtmldom
-
Wonderful! Exactly what I've needed. Just take notice if your dom string is so large. I faced such issue, so I've noticed that script have a purposeful limitation for DOM size for dealing with the timeout's issue. Just enlarge the value of the MAX_FILE_SIZE (still on the "define section") and everything get back to work!