HosipLan

Untitled

Apr 20th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. // $defender mam ve tvaru $defender[id][bunka][udaj]
  2. foreach($Defender as $id => $bunky) {
  3.     foreach ($bunky as $idBunky => $udaje) {
  4.         foreach ($udaje as $udaj => $hodnota) {
  5.             // ... ?
  6.         }
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment