Hello Everybody,
as I have directories like
include/report/main.php
library/design/....
cgi/../../
now I want to include shared templates,
but I only can include from absolut paths,
like include(bla.php) = that means from the same dir.
But I want to include like include(C:/bla/blubb/laskdj/askdah.php),
how is that possible?
Servus from Munich!