I am having a problem with an include:
include ("../intranet/header.php");
Doesn't work !
I get:
Warning: Failed opening '../intranet/header.php' for inclusion (include_path='') in D:\Eric\alan_test.php on line 2
I have found that if you are in the same web (using IIS 4.0) you can include pages using relative links ie ../header.php
But when you are in another web you can not use relative links or direct links, the both have the same error as above.
Any ideas ?