Using Include a file
With include, you can make yourself a php file that may have html code in it, such as a About us page and include it where you want in your php file
Include a file
Keep in mind that you can also include a php page that has php code in it.
Making sure paths to that file are correct of course.
This is great for headers,footers and menus
|