I need to include some variables and code from my web, I used include "example.com/folder/file.php";
, and I can't include this file from my web. I have a paid hosting.
I get these errors:
Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in
C:\xampp\htdocs\folder\file.php on line 8
W arning: include(http:/example.com/folder/file.php): failed to open
stream: no suitable wrapper could be found in
C:\xampp\htdocs\folder\file.php on line 8
Warning: include(): Failed opening 'http://example.com/folder/file.php'
for inclusion (include_path='C:\xampp\php\PEAR') in
C:\xampp\htdocs\folder\file.php on line 8
("example.com/folder/file.php" and "C:\xampp\htdocs\folder\file.php" are illustrative urls for protect my privacity)
I hope you can help me. Thanks!