Very Simple, but some people do not know how to do it.
Ok if i had header.php and footer.php. Insted of Puting "Third Floor programming" on the top of everypage and "Copyright" On the bottem. I Can Type into a php document:
So on Index.php it will show the header. You can do it on everypage. And you only have to change the one file to change the header of ALL the pages you but the code on. Eg.
Simple?
I Think So
---
sk1tL1L
http://thirdfloor.x10hosting.com
Soon to be: http://thirdfloorprogramming.com
Ok if i had header.php and footer.php. Insted of Puting "Third Floor programming" on the top of everypage and "Copyright" On the bottem. I Can Type into a php document:
PHP:
<?php include 'header.php'; ?>
PHP:
<?php include 'header.php'; ?>
<b>Welcome</b> To my site!.
<?php include 'footer.php'; ?>
I Think So
---
sk1tL1L
http://thirdfloor.x10hosting.com
Soon to be: http://thirdfloorprogramming.com