Alright, I have a hopefully
easy question.
What I would basically like, is an image I can link through something like
<IMG SRC="random.php"> or <IMG SRC="random.gif"> or something like that.
Inside, would be something like..
<?
$image = rand(1,7);
// Code To Display Random Image Here
?>
Basically, I need to know what I must change or put so that it shows up.
An example of what I basically want to do is those IP signatures, which show your IP. However, the images would always stay the same.
Thanks!