PHP·98 questions

How to parse HTML?

Answer
DOMDocument::loadHTML().
DOMXPath for searching.
libxml_use_internal_errors(true).
Simple HTML DOM Parser — library.
Symfony DomCrawler — modern.
Was this answer helpful?

More questions in this topic

Related questions from other topics