< a href="/pagename.php" title="Some title text">Anchor text</a>
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
As you notice on the left side of my page this is strictly all .html links.
Each page has a table with all the .html links on the left. If I add another link to the page, i have to add links to the other pages to make it seem like the links are there.
I've seen someone was able to manipulate and change just one file called, menu.php, and he only needed to make the pages after that which made it super easy. Is this a hard task to accomplish? Thanks.
what i think he would of done there, im not sure, he would of assigned a varible to each page and just put, for exmaple $home = ['home.php'] then attached that varible. im not sure if that code works, but possibly he done somthing like that.