Example Shows how to use it for random images:
<?php
$randomMonkey = array("1.png", "2.png", "3.png");
?>
<img src="<?php echo $randomMonkey[rand(0,2)]; ?>" alt="" />
Example Shows how to use it for random images:
<?php
$randomMonkey = array("1.png", "2.png", "3.png");
?>
<img src="<?php echo $randomMonkey[rand(0,2)]; ?>" alt="" />