[PHP] pobierz, plaintext <?phpfor($i = ord("A"); $i <= ord("Z"); $i++) { $wcar = chr($i); echo $wcar; }?>[PHP] pobierz, plaintext