Skip to content

Instantly share code, notes, and snippets.

@mars13code
Last active February 4, 2018 22:08
Show Gist options
  • Save mars13code/da4b0eb13fc00540f54ea3dee0d62273 to your computer and use it in GitHub Desktop.
Save mars13code/da4b0eb13fc00540f54ea3dee0d62273 to your computer and use it in GitHub Desktop.
<?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