Hi everybody...
I have a big problem with my include:
If i do this:
<?php include("./navbar.inc");?>
no problem, the include works
when I do this:
include("./forum/ssi.php?a=news&show=10"); ?>
i get this error:
Warning: Failed opening './forum/ssi.php?a=news&show=10' for inclusion (include_path='.') in c:\html[url]www.die-ohne-clan.de\test_index.php[/url] on line 56
or this
include(getenv("DOCUMENT_ROOT")."forum/ssi.php?a=news&show=10"); ?>
i get this:
Warning: Failed opening 'c:/html/www.die-ohne-clan.de/forum/ssi.php?a=news&show=10' for inclusion (include_path='.') in c:\html[url]www.die-ohne-clan.de\test_index.php[/url] on line 56
->
When I include a file that is in the same dir its working. I am not able to include a file that is in an diffrent directory, and I have not Idea why not.
Please some help
Thanx
S.