This code is not working to server. But It is working to my localhost (xampp)
$url = file_get_contents(\'http://www.site.com/\');
$xhtml=\'|
-
2020-11-28 14:24
You need to allow
allow_url_fopen
in your php.ini config file. Some hosts disallow it for security