Bestof"; // ajout du texte du commentaire if ($filecomment = @fopen("Comment.txt", "r")) { $Comment = fgets($filecomment,4096); fclose($filecomment); echo "
$Comment"; } // tableau des fichiers image du répertoire $TabFile = array(); $handle = opendir("."); echo ""; closedir($handle); // tri par ordre alphabétique sort ($TabFile); ?>
"; ?>