I am working on web scraping project and all working well using PHP
Simple HTML DOM Parser
. But how to get HTML element inside commented area <!-- *** -->
. The way we access <a>
like using find method $html->find('a')
.
I have searched a lot of tutorial but no luck.