Greetings all!!
As I am a beginner with ASP I have one small question, to a problem I find most irretating!
in file index.asp I have included this line
And sure enough, it do include this file.. but whenever I make changes in the "settings.asp" file I need to re-save all other files from which I am including "settings.asp".
Why is so? and is there a way to get rid of this? cause I have this file in lots of pages and I really don't want to re-save them all.. takes to much time, and the chance I'll make a misstake while re-saving (i.e. removing a char) exists!
Should mention that I am using Apache Webserver 1.3.20 with Chili!Soft's latest ASP-thinga...whihc I downloaded from their site!
Thanks in advance,
/801119! My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work
As I am a beginner with ASP I have one small question, to a problem I find most irretating!
in file index.asp I have included this line
Code:
<!-- #INCLUDE FILE="settings.asp" -->
Why is so? and is there a way to get rid of this? cause I have this file in lots of pages and I really don't want to re-save them all.. takes to much time, and the chance I'll make a misstake while re-saving (i.e. removing a char) exists!
Should mention that I am using Apache Webserver 1.3.20 with Chili!Soft's latest ASP-thinga...whihc I downloaded from their site!
Thanks in advance,
/801119! My codes look like something a kid wrote
I have absolutely no idea what I am talking about
Somehow I still manage to make it work