PDA

View Full Version : hey you webdesigners i need your help



Burzhui
07-17-2002, 05:35 PM
i am trying to do an include statement and whatever i try doesn't work

My web provider has win2k servers with IIS so i'm doing standard server side includes

however when i did this
<!-- #INCLUDE FILE="index.shtml" -->

i get this error: There is a recursive #INCLUDE chain with 'index.shtml'
any ideas?

hapoo
07-17-2002, 05:42 PM
hmm, i've never used IIS, only php/perl/apache.

Can't you just use asp? (or is that what that is?)

The only reason i can think of for that error is that if your calling index.shtml FROM index.shtml

Burzhui
07-17-2002, 08:05 PM
hapoo, you were right man, by mistake i typed in the wrong filename. Thanks :thumbup:

CluelessSi
07-18-2002, 05:51 AM
Originally posted by hapoo


The only reason i can think of for that error is that if your calling index.shtml FROM index.shtml

was goign to say the same thing =P