HTML DOM Parser

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
sangnandar
User
Posts: 980

HTML DOM Parser

Post by sangnandar »

Do we have built-in HTML DOM Parser ?


mobhar
User
Posts: 11726

Post by mobhar »

I don't think so.


arbei
User
Posts: 9384

Post by arbei »

You can use PHP DOMDocument, see https://php.net/manual/en/domdocument.loadhtml.php.


Post Reply