Nos liens


\n"; $file = File ( $fichier ); $max = Count ( $file ); $compt = 0; $anc = ""; for ( $boucle = 0; $boucle < $max; $boucle++ ) { $chaine = $file[$boucle]; $tableau = explode ( ";", $chaine ); if ( ( $anc != $tableau[0]) && ( strlen($tableau[0]) > 1 ) && ( Ord($tableau[0]) != 13)) { $anc = $tableau[0]; if ($boucle != 0) echo "/ "; echo "$tableau[0] \n"; } } /* fin du for */ echo "\n"; $file = File ( $fichier ); $max = Count ( $file ); $compt = 0; $anc = ""; $nulle="x"; echo "

\n"; echo "\n"; for ( $boucle = 0; $boucle < $max; $boucle++ ) { $chaine = $file[$boucle]; $tableau = explode ( ";", $chaine ); $tableau[2] = chop($tableau[2]); $tableau[1] = htmlentities($tableau[1]); if ( ( strlen($tableau[0]) > 1) && ( $tableau[0] != $anc ) && ( Ord($tableau[0]) != 13)) { echo "\n"; echo "\n"; echo "\n"; $anc = $tableau[0]; echo "\n"; echo "\n"; } else { echo "\n"; } } /* fin du for */ echo "
   
\n"; echo "$tableau[0]\n"; echo "
$tableau[1]$tableau[2]
$tableau[1]$tableau[2]
\n"; echo "
\n"; } else { echo "le fichier est inconnu!"; } ?>