Advertisement
Antuistiqra

LatArrayAsosiatif

Oct 9th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 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.  
  8.  ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement