Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. $gradovi = array(
  3. array(
  4. 'ime' => 'Zagreb',
  5. 'logo' => 'https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Coat_of_arms_of_Zagreb.svg/70px-Coat_of_arms_of_Zagreb.svg.png',
  6. 'stanovnici' => '688.163',
  7. 'povrsina' => '641.00'
  8. ),
  9. );
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement