J'ai fais ça mais je sais pas si c'est bon
$dossier = "../online/*.*\\";
$biblio = opendir($dossier);
while ($page = readdir($biblio))
{
if (ereg("\imsmanifest.xml$",$nom_du_fichier))
{
$fp = fopen("../imsmanifest.xml","r");
}
}
et comment on parcours les sous dossiers ??