Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load HTML Incompletely #49

Closed
hariesnurikhwan opened this issue Dec 30, 2015 · 1 comment
Closed

Load HTML Incompletely #49

hariesnurikhwan opened this issue Dec 30, 2015 · 1 comment
Labels

Comments

@hariesnurikhwan
Copy link

Here's my code.

use PHPHtmlParser\Dom;

$dom = new Dom;
$dom->load('http://example.com');
$html = $dom->outerHtml;
echo $html;

When I view-source, the html isn't load completely. It just load like half of the html page only.
For some reason I can't expose the real URL here.

@paquettg
Copy link
Owner

This issue should be solved by the solution to #45, so I am closing this issue also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants