View Full Version : Ssi Question


shana84
06-20-2003, 03:49 AM
If I use SSI to insert a .txt file into my .shtml page will it be in my source code or will it be hidden?

pb&j
06-20-2003, 03:53 AM
the contents of the txt file will be inserted into your webpage coding. yes, if someone then views the source code, they will see the contents of the txt file, not the ssi coding itself.

shana84
06-20-2003, 03:59 AM
Thank you pb&j. I appreciate your reply.