Rct567 / DomQuery

PHP library for easy 'jQuery like' DOM traversing and manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question

victorcashbox opened this issue · comments

Hi!!!! How Can I parse HTML file wih PHP code inside?
Is possible do this>
$dom = new DomQuery("<div><h1 class="title"><?php echo "Hello";?></h1></div>");
Thanks

Hi Victor,

Normally that would be the way to load html, but i am not sure how well it would work with php inside html (it has not been tested for this).