July 2000
Intermediate to advanced
492 pages
14h 53m
English
Including files is an excellent method for writing reusable code. We use it often for code we use in almost every script, such as establishing a connection to a database or closing the connection once your code has no more need of it. Your Server-Side Include files need not end with any specific file extension, but Microsoft suggests the .INC file extension as a way of maintaining easily manageable sets of ASP scripts and include files for your projects. Remember that your Server-Side Include files cannot perform cyclical includes (a set of files cannot include each other), nor can they contain preprocessing directives described earlier in this chapter.
Read now
Unlock full access