Just wondering if anyone could help me with a problem I am having. I need to have a lot o webpages that pull a line of text from a txt file so that when the file is changed, all the HTML files will have the new info when they start.
ssi is probably the easiest way, I am not aware of scripts that will do the same thing for you. Nevertheless, if you have ColdFusion server try <cfinclude template="filename.cfm"> (make sure all files are .cfm) this will do the same thing as ssi. HTH
jbm
Bookmarks