Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // $defender mam ve tvaru $defender[id][bunka][udaj]
- foreach($Defender as $id => $bunky) {
- foreach ($bunky as $idBunky => $udaje) {
- foreach ($udaje as $udaj => $hodnota) {
- // ... ?
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment