For security reasons this function has been disabled on my server (As my sys admin said) but I really want this function on my script, So is there any function alternative it ? cURL or fopen.
if you could please convert it to the alternative function will be much appreciated
$read = file_get_contents('http://www.google.com/');
echo $read;