comment boucler par index en php
foreach($array as $key=>$value) {
// do stuff
}
Easy Earthworm
foreach($array as $key=>$value) {
// do stuff
}