Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <h3>
  2.  
  3. <?php $randomThings = file('quotes.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
  4. echo $randomThings[mt_rand(0,count($randomThings)-1)];?>
  5.  
  6. </h3>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement