There is a file on a remote server, test.php, I try to connect this file through
include 'http://www.site.ru/test.php'; PHP does not generate allow_url_fopen , allow_url_fopen enabled, and allow_url_include also enabled.
I am writing a test variable in the test.php file $test_file = true;
I try to bring it after connection - null ;
In general, is it possible to connect in such a way that everything is read as PHP content?