ALS FUNCTIE
<?
function show_file($filename) { 
 $file = implode ('', file ($filename));
 highlight_string($file);
}

// Voorbeeld gebruik
// bestand.php is het bestand waarvan de bron weergegeven zal worden
show_file("bestand.php");
?>

HET SCRIPT
<?
// De bron van bestand.php zal weergegeven worden
$file = "bestand.php";
$file = implode ('', file($filename));
highlight_string($file);
?>