stranger123
Programmer
Hi,
I have file.asp in folder a, inc1.inc and inc2.inc in folder b. in file.asp, I need to include inc1.inc and in inc1.inc I need to include inc2.inc.
In file.asp, I can write <!--#include file="b\inc1.inc"--> but I am not sure what I should write in inc1.inc:
<!--#include file="b\inc2.inc"--> or
<!--#include file="inc2.inc"-->
Thank you in advance.
I have file.asp in folder a, inc1.inc and inc2.inc in folder b. in file.asp, I need to include inc1.inc and in inc1.inc I need to include inc2.inc.
In file.asp, I can write <!--#include file="b\inc1.inc"--> but I am not sure what I should write in inc1.inc:
<!--#include file="b\inc2.inc"--> or
<!--#include file="inc2.inc"-->
Thank you in advance.