Hi,
With PHP 7.3, the following was used to grab content from another website:
<?php include 'https://www.some-other-website.com/stuff.php';?>
It works in PHP 7.3, but I get a black page in PHP 7.4 or higher.
Any help would be appreciated.
Thanks,
Jim