Possible Duplicate:
How to parse and process HTML with PHP?
I'm looking into HTML DOM parsers for PHP. I've found PHP Simple HTML DOM Parser. Are there any others I should be looking at?
Possible Duplicate:
How to parse and process HTML with PHP?
I'm looking into HTML DOM parsers for PHP. I've found PHP Simple HTML DOM Parser. Are there any others I should be looking at?
Yes. Simple html doc is fine, but an order of magnitude slower than the built in dom parser.
Use that.
Recently I also found ganon, but in general PHP Simple HTML DOM Parser is the best!
You can look at the builtin DOM
http://php.net/dom