header/footer code? |
![]() ![]() |
header/footer code? |
Nov 19 2006, 03:23 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jan 2005 Member No: 82,193 |
does anyone have a header/footer code? i don't think it's called that, but it's like you have a php file with the header [header.php or something] and you won't have to copy and paste the code into all of the other files, but just put this code that says insert header or something.
i used to have it, but i can't find it anymore. anyone care to share? thanks a lot! |
|
|
|
Nov 19 2006, 11:23 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Php include tutorial here: http://pixelfx.org thats all your looking for.
|
|
|
|
Nov 19 2006, 10:21 PM
Post
#3
|
|
![]() Funny ol` world innit? ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: May 2005 Member No: 144,657 |
CODE <?php include('header.php'); ?>
<?php include('footer.php'); ?> |
|
|
|
Nov 19 2006, 11:18 PM
Post
#4
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jan 2005 Member No: 82,193 |
k, thanks. :)
|
|
|
|
![]() ![]() |