Dit is een regel tekst
Copyright © 1999-2023 Ictacademie.info
<html>
<body>
<h1>Voorbeeld van include</h1>
<p>Dit is een regel tekst</p>
<?
echo "<p>Copyright © 1999-" . date("Y") . " Ictacademie.info</p>";
show_source(__FILE__);
?>
<a href="phpinclude.php">Link naar het include bestand.</a>
</body>
</html>
Link naar het include bestand.