Php Includes
- HEADER
- FOOTER
Open a notepad or and editor pad add the following code
- Save it as header.php
- Why is it called header.php because it contains the top of the layout.
- Save it as footer.php
- Why is it called footer.php because it contains the bottom of the layout.it can be copyright information.
Then open notepad blank one and add
- Add the ?php after the < before include
- Delete the "header.php" and "footer.php" change it to 'header.php' and 'footer.php'
- at last add the ? after the ; before the >
- Save it as index.php
- Why is it called index.php because it contains the WHOLE PART of the layout.
- Also you use the php include on every page you use that needs it.
