Hello:
Can someone please tell me why this will work on some servers, yet on some servers it wont work? I'm lost and any help would be great!
$Contents = @implode('', @file("http://www.somesite.com/somefile.html") );
if ($Contents) {
echo "$Contents";
} else {
echo "Error - Could not implode";
}