Just like everybody else I started with learning basic html and have moved up since then. Since I would always create plain looking sites with just images and text with no scripts, there was never a need to learn anything else. However now that Adult Everything has grown to immense proportions, I need to cut the work load down a bit.
My header navigation is now powered by php as they say. It was as simple as can be. I created a header.php file and then called it on any page I want like this: (?php include($_SERVER['DOCUMENT_ROOT'].”/includes/header.php”); ?) which has been a complete time saver for me. Now changes to my navigation will be done by just editing that 1 file from now on.

This post has no comment.