Imbrication de foreach
Fermé
Foxy
-
Modifié par Foxy le 31/07/2013 à 17:44
jeremy.s Messages postés 1226 Date d'inscription lundi 28 mars 2011 Statut Membre Dernière intervention 2 septembre 2013 - 1 août 2013 à 09:10
jeremy.s Messages postés 1226 Date d'inscription lundi 28 mars 2011 Statut Membre Dernière intervention 2 septembre 2013 - 1 août 2013 à 09:10
A voir également:
- Imbrication de foreach
- Trop de niveaux d'imbrication de champs ✓ - Forum Word
- Erreur nombre d'imbrications ✓ - Forum Excel
- Foreach limit ✓ - Forum PHP
- Logiciel imbrication gratuit - Télécharger - Outils professionnels
- Powershell boucle foreach ✓ - Forum PowerShell
1 réponse
jeremy.s
Messages postés
1226
Date d'inscription
lundi 28 mars 2011
Statut
Membre
Dernière intervention
2 septembre 2013
79
1 août 2013 à 09:10
1 août 2013 à 09:10
Salut !
Foreach($joueurs as $j){
echo $j->nom;
foreach($stats as $s){
echo $s->nomStat . ' : ' . $s->chiffre;
}
}
Comme ca ?
Foreach($joueurs as $j){
echo $j->nom;
foreach($stats as $s){
echo $s->nomStat . ' : ' . $s->chiffre;
}
}
Comme ca ?