thank you very much!
xs123 Reviewed by xs123 on . PHP Include (How To Template Your Site) These are awesome for making headers/footers/same thing on many pages. It will save you from having to change the same thing on many pages. Rather then doing that, with a few characters of code ( <?php include 'footer.php'; ?> ) you will only need to modify one document to change whatever it is on every page. Lets assume this is your site and you need to modify the footer. You have over 300 pages. That would be a pain in the ass. <html> <head> <title>My Site</title> </head> Rating: 5