Answer the question
In order to leave comments, you need to log in
PHP Simple HTML DOM output html as text on page?
Please help me figure it out, I connected the library to the project on symphony 2.8. The task is as follows:
Get the div block by id from a third-party site, and display it as html on your site.
$html = file_get_html('https://site');
$test = $html->find('id', 0);
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