PHP Includes
I love this script! It's quick and easy and it's really useful!PHP Includes is a small code you put on each page on your site, and then link it to a certain file so everything on that file shows up. I put all of my navigation in one file and use PHP Includes on all of my files so my navigation appears, and when I want to add something I only change my nav file.
If you don't understand, try it! You'll know what it is when you see it work.
<PHP include ("/home/user/public_html/filename.txt"); ?> That's it!
