par Argenlos » 02 Jan 2004 20:51
Peut etre un debut de reponse:
<BR>
<BR><?
<BR>
<BR>
<BR>
<BR>$commande='cat /var/log/messages | grep truc_que_tu_cherche';
<BR>
<BR>echo "n";
<BR>echo "n";
<BR>$comm = system($commande);
<BR>
<BR>$pipe = popen($comm, "r");
<BR>while(!feof($pipe)){
<BR> $ligne = fgets($pipe, 255);
<BR> echo $ligne."<BR>";
<BR>}
<BR>pclose($pipe);
<BR>
<BR>?>
<BR>
<BR>ça te retournera les occurrances que tu auras choisi
<BR>Il ne restera plus qu'a travailler les chaines rertournées
<BR>
<BR>
<BR>
<BR> <IMG SRC="images/smiles/icon_up.gif">
Petit deviendra grand...