เอิ่ม ผมยกตัวอย่างนะครับ
index.php
<?
include 'index.template.php';
tenheader();
?>ซึ่งไฟล์ index.template.php มีดังนี้
<?
function tenheader()
{
echo'<br /><br /><center><img src="images/logo3ten.png"></center>';
}
?>ตรง
tenheader(); ในไฟล์ index.php จะแสดงเหมือนตรง
echo'<br /><br /><center><img src="images/logo3ten.png"></center>';ของ index.template.php นะครับ วิธีนี้ผมพบจากไฟล์ SSI.php ของ smf
เครดิต: ผมเขียนเองครับ ^^ + ขอมอบให้เป็นบทความของ เว็บดีดีครับ