Hi there ^^
I have about 100 pages on a website, and it takes a lot of time to change the navigation on every single file every time I want to change something. So, I thought a php include would be a good idea...
<?php include("header.php"); ?>
I saved my file (index.html) and it didn't work...