Showing posts with label Random Image. Show all posts
Showing posts with label Random Image. Show all posts

Monday 7 April 2014

To get random image


<?php for($i=0;$i<10;$i++){?>

<img src="http://www.gravatar.com/avatar/<?php echo md5(rand(1,100)) ?>?d=wavatar"  alt="img" />

<?php } ?>