Advertisement
Rofihimam

Untitled

Oct 9th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php
  2.     $siswa = array('1314115698' => 'Loki', '1314115699' => 'Thor', '1314115700' => 'Stephen');
  3.    
  4.     echo $siswa['1314115698'].'<br>';
  5.     echo $siswa['1314115699'].'<br>';
  6.     echo $siswa['1314115700'];
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement