Hot topics for both consumers and webmarketers on WebmasterRadio.FM
Every Wednesday, 4PM Eastern.
Q: What are include files?
Answer(s) to this Question (
1 / 1
)
What are Include files?
In web development, reusable bits of asp, perl or html code called include files are used to maintain consistency and provide a basic level of dynamic delivery when used in html templating. This can be very handy when working on a large site as you can effectively change all the pages that reuse the include by only making code changes to the appropriate include file.