switch($_GET[dir]) {
case "Dagboek":
$bestand = strtolower($_GET[dir]).'/'.$_GET[file].'.html';
if (file_exists($bestand)) {
include($bestand);
}
break;
default:
include('default.html');
break;
}
?>
Dagboek
// include('list.php'); ?>
Contact
Deze website word gehost door D-Hosting.nl Voor informatie, vragen
en/of opmerkingen omtrent mchaggis.nl kunt u terecht op bas@mchaggis.nl.