Use PHP includes
How to use PHP includes If you are using PHP to code your websites, this is a good thing to know. Stefan shows you how to understand and use PHP Includes in this tutorial. What's an include you say? An include allows you to insert code stored on another page, into your current page, and it works for any code!