Last active
February 4, 2018 22:08
-
-
Save mars13code/da4b0eb13fc00540f54ea3dee0d62273 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// http://php.net/manual/fr/function.require-once.php | |
// on compose la page avec 3 tranches | |
require_once "private/header.php"; | |
require_once "private/section.php"; | |
require_once "private/footer.php"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment