Answer the question
In order to leave comments, you need to log in
What to do if phpQuery clips the page?
Hello! When I get the page via file_get_contents , I get the full markup of the page, but then when I create the document via phpQuery, part of the table on the page disappears.
$page = file_get_contents($lk); // тут полная страница
$document = phpQuery::newDocument($page); // тут часть дом-структуры теряется.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question