Advertisement
Guest User

Zufälliges Bild

a guest
Jul 7th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. ...
  2. <img src="<?php
  3.  
  4. $images = array("img1.png", "img2.png", "img3.png");
  5. echo $images[array_rand($images)];
  6.  
  7. ?>" />
  8. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement