|
The .inc file is just a file. All the .inc ending means is that it is an include file. Since this file is never parsed by itself, it is included with the other file, it can really be any extension that you want it to be. Take your webpage, cut it into parts. The header (top part) would become header.inc., the footer, footer.inc, etc. Put all of these together and you have your page.
|