PDA

View Full Version : footer help!!


diamondicing
06-06-2008, 02:57 PM
basically i was wondering how do i get the footer from the main directory to to a sub directory?

as i want the the footer from nic.wildaddiction.net/footer.php on nic.wildaddiction.net/x/site/credits.php

is there an include so i can work through different directories?

Lirae
06-06-2008, 03:03 PM
A "regular" include code will work but it must look like this:
<?php include("/home/HOST/public_html/nic/footer.php");?>
HOST needs to be changed to your host's username for their site (wildaddi, maybe?)

diamondicing
06-06-2008, 03:05 PM
awesome!!!
thanks sooo much it works now!!!
=]