1

This works in php7.2

$contents = file_get_contents('https://somesite.com/banpost.php', false, $context);

echo $contents;

but when I switch to 7.3 or 7.4 the page doesn't show.

0 Answers0