Hi I have 5 lines of the same image and im trying to reduce code and simply put the 5 lines into a for loop. so i only have to state the line once.
THIS IS THE LINE....
<img src="<?php echo $url; ?><?php echo rand($min,$max);?>.jpg" class="RandomPhoto"><br>
BUT I WANT IT IN A PHP FOR LOOP of...