Advertisement
nocturnalmk

where to eat

Jun 13th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2. $places = ["Mari", "Vili", "Kul", "Tina tos", "Specijal", "Kristina cooks"];
  3.  
  4. echo $places[rand(0, count($places))] . "\n";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement