Including php fails ...
Posted: Fri Oct 24, 2008 2:18 pm
I'm trying to include a survey I've made. I created an UDT called: "onderzoek" containing:
In the page I call the UDT using:
But then .... These messages appear:
Is there anything I'm doing wrong?

Code: Select all
include 'http://onderzoek.priton.nl/index.php?sid=76934&lang=nl';
Code: Select all
{onderzoek}
Code: Select all
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /home/priton01/domains/priton.nl/public_html/testcase/lib/content.functions.php(675) : eval()'d code on line 1
Warning: include(http://onderzoek.priton.nl/index.php?sid=76934&lang=nl) [function.include]: failed to open stream: no suitable wrapper could be found in /home/priton01/domains/priton.nl/public_html/testcase/lib/content.functions.php(675) : eval()'d code on line 1
Warning: include() [function.include]: Failed opening 'http://onderzoek.priton.nl/index.php?sid=76934&lang=nl' for inclusion (include_path='.:/usr/local/lib/php') in /home/priton01/domains/priton.nl/public_html/testcase/lib/content.functions.php(675) : eval()'d code on line 1

