I have an include on this page, but it does not work.
it is like:
CODE
<?php include('file.txt'); ?>
It gives this error:
Warning: main() [function.main]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/schaik2/domains/modobase.nl/public_html/english/links.php on line 1
Warning: main(http://modobase.nl/deelcode3.txt) [function.main]: failed to open stream: Connection timed out in /home/schaik2/domains/modobase.nl/public_html/english/links.php on line 1
Warning: main() [function.main]: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /home/schaik2/domains/modobase.nl/public_html/english/links.php on line 1
Warning: main(http://modobase.nl/deelcode3.txt) [function.main]: failed to open stream: Connection timed out in /home/schaik2/domains/modobase.nl/public_html/english/links.php on line 1
Warning: main() [function.include]: Failed opening 'http://modobase.nl/deelcode3.txt' for inclusion (include_path='.:/usr/local/lib/php') in /home/schaik2/domains/modobase.nl/public_html/english/links.php on line 1
Does anyone know how to fix this?