Heres A Very Simple Tutorial For Displaying Random Images And Text Lets Start With Random Images
------------
Functions We Will Use:
shuffle()
------------
<?php
$images = array("whacky.jpg" , "bush.jpg" , "xxx.jpg" , "BooM.jpg" , "blah.png");
shuffle($images);
echo "<img...