Linking PHP webpages

Hello,

I am trying to design a website sort of project, however, ran upon a stump. Right now, I have coded multiple pages between HTML and PHP and am trying to link them all together and not with anchored links or HTML links with words; physically trying to connect the pages so that once they are connected it will form a website. Like pieces of a puzzle coming together to form the puzzle.

For an example, right now I have my index.html, and some other things that I want to link to my index.html such as a menu.html, about.html, etc. I also want to link my template design or border.html to my buttons or menu.html.

Any idea on how I can connect these coded pieces of puzzle to form the puzzle or webpage together?

I really don’t understand what you are trying to say? Seeing some of the code (Not All) with the proper php tags (so we can see the code better) will help.

Change the file names from HTML to PHP and use includes

Sponsor our Newsletter | Privacy Policy | Terms of Service