-
physical path
Hello,
I m trying to do something like this:
<!-- #include file="C:\Inetpub\clientroot\test\includeFile.inc" -->
but he always says he can't find the file even though it is in that path.
is this wrong type of code or something?
I never used a physical path before...
tnx in advance
-
Re: physical path
Remove the space between the - and the #.
If that doesn't help, try using a virtual path for your INC file.
-
Re: physical path
This will create problems when you upload your pages to web server.
You better use mendhak's suggestion that is :
<!--#include file="includeFile.inc"-->