Sythz

Untitled

Oct 9th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.     $siswa = array('12312312' => 'Akeno',
  3.                    '12341234' => 'Rias',
  4.                    '13521232' => 'Sagiri');
  5.  
  6.             foreach($siswa as $NIS => $nm_siswa)
  7.             {
  8.                 echo "$nm_siswa memiliki NIS $NIS <br>";
  9.             }
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment