2016-08-05 26 views

Antwort

0

Sie sollten Sie Seite als ... (1) Kopf, (2) Hauptabschnitte, (3) Footer

und schließen sie mit PHP-Include-Datei examble >>>include 'filename';

check this out

Devid

So haben Sie die gleiche (Header-Seite) und (Footer Seite)

Aber nur die Content-Seite ändert

<?php 
include 'header.php'; 

//only change this for the other pages 

include 'main.php'; 

include 'footer'; 
?>