| |||||
| Dernière réponse | |
|---|---|
| Sujet : php qqun peut tester ce petit script ? svp | |
| dropsy | <html> <head> <title>titre</title> <? $prod=file("fich.txt" ); $hic="lundi"; ?> </head> <body> <? for($im=0;$im<count($prod);$im=$im+1){ echo $prod[$im]; echo "<br>"; if($hic==chop($prod[$im])){ echo "c'est trouvé"; } } ?> </body> </html> ca marche chez moi en rajoutant chop [edtdd]--Message édité par dropsy--[/edtdd] |
| Vue Rapide de la discussion |
|---|