Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- //array dengan index berupa string
- $mobil=array('suzuki','honda','cevrolet','mitsubishi');
- echo $mobil[0]. "\n".$mobil[1]. "\n".$mobil[2]. "\n".$mobil[3];
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement