|
-
Dec 16th, 2005, 06:30 AM
#1
Thread Starter
Junior Member
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
-
Dec 16th, 2005, 10:12 AM
#2
Re: physical path
Remove the space between the - and the #.
If that doesn't help, try using a virtual path for your INC file.
-
Dec 20th, 2005, 06:02 AM
#3
Frenzied Member
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"-->
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|