Guest User

Rätsel - Lösung

a guest
Aug 13th, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <?php
  2.    
  3.     $array = Array('Wunder', 'Sicherheit', 'Lillifee', 'Lillifee', 'will Geld', 'Philipp', 'SaBbErS', '89rz48 cfdhjncndlskjc', '-;ijd390!e94i#+spjdml');
  4.    
  5.     $i = 0;
  6.     foreach($array as $word) {
  7.     echo strtoupper($word[$i]);
  8.     ++$i;
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment