Ok i need to do a random image thingy....i made the script, called logo.php which contains the following code:
<?php
$rnd_img_no = rand(1, 5);
echo "logo_$rnd_img_no.jpg";
?>
now when i place this into a img tag like so:
<img src="/images/logo.php" border=1>
no img shows up....i can see why, but can't find a solution......