[thelist] SSI -- is it so wrong....?

Scott Dexter sgd at ti3.com
Wed Feb 14 14:24:03 CST 2001


> -----Original Message-----
> From: A. Erickson [mailto:amanda at gawow.com]
> Is it just wrong to put a server side includes within another 
> include? It
> seems to work but... is it wrong?

I don't think so; just be very careful you don't end up with circular
includes.

for example, on one of my sites I have

constants.asp
lowlevelfuncs.asp
funcs.asp

I have funcs.asp include lowlevelfuncs.asp, which includes constants.asp.
That way on the pages of the app I only have one include, funcs.asp.

go for it =)

sgd
--
work: http://www.ti3.com/
non: http://thinksafely.org/





More information about the thelist mailing list