Is there any possibility to include a file with absolute path?
I'm working with Win2000 and IIS as intranet and I have a site there, for example "test". This site have an alias (virtual folder) within called "docs". Im trying to include in one php-file in test another file from the file in the virtual folder docs.
include("docs/xxx.php") dosn't work, so I thought maybe I've should use absoute path
include(http://test/docs/xxx.php) dosn't work either.
Any ideas?
Thanx
Alice