Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $siswa = array('12312312' => 'Akeno',
- '12341234' => 'Rias',
- '13521232' => 'Sagiri');
- foreach($siswa as $NIS => $nm_siswa)
- {
- echo "$nm_siswa memiliki NIS $NIS <br>";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment