<?php $text = file_get_contents("http://example.com"); echo $text; ?>
The essence of the problem is that there is protection there, but in general, the html text is not loaded.
From other sites it turns out to get the source code, and from this - no. Question: how to parse the php site not through file_get_contents
? I rummaged in the internet, but I didn’t find something suitable, please help. :)