random picture
I am using these codes to try and generate a random picture, but when i upload, all i get is a white screen...
any ideas?
[code:2n9tlbxp]
<?php
//generate random numbers
$start = "1";
$stop = "9";
$random = mt_rand($start, $stop);
?>
[/code:2n9tlbxp]
[code:2n9tlbxp] <?php echo "<img src="/$random.jpg"> "; ?>[/code:2n9tlbxp]