How do I make PHP show another PHP file inside it?

zac

New member
Lets say that I want to make a large website that is always changing. I don't want to change the nav bar every time that I modify the page, so I make the nav bar its own file instead and then PHP would show that file in a certain place on all of my pages. How would I do this?
 
Back
Top