Does someone here know a html parser library that will work with codeigniter?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I was able to figure out how to run Simple_html_dom php library on codeigniter I copied the file Simple_html_dom.php to
Then in my controller I call it using
To use it I initialized it using this line
Load a page or link using the line
and parse or find elements using this line
works fine and fits right to what I needed to do. |
|||||
|
|
Similar questions have been asked here and here Hopefully that helps. More possibilities include DOMDocument::loadHTML and PHP Simple HTML DOM Parser |
|||||||||||||
|