|
Rename to .php and add the following line for inludes:
<?php require("includefile.txt"); ?>
PHP performance is so fast you shouldn't notice any lag unless you've got like 80 includes per page that are all doing mathematical functions or database queries.
|