<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <pre> <?php // affichage du code source d'un fichier require ("affsource.php"); // si nom de fichier passé en paramètre dans l'URL if (isset ($_GET ['page'])) // afficher son code source affsource ($_GET ['page']); // sinon else // message d'erreur rappelant la syntaxe d'appel echo "Syntaxe : vsourcefr.php?page=fichier"; ?> </pre> </body> </html>