Noget smart er F.eks.
top.php + bund.php = menu og masterpage
profil.php = varieret indhold.
det laver du på et index.php:
include('top.php');
if (($_GET[location]) == "profil"){
include('/brugersnask/profil.php');
}elseif (($_GET[location]) == "toilet"){
include('/toiletsnask/toilet.php');
}else{
include('main.php');
}
include('bund.php');
Indlæg senest redigeret d. 26.09.2008 12:52 af Bruger #14181