Code:
<?php
$today = date('l');
if (file_exists($image_folder."/".$today.".php")) {
echo "<img src=\"$image_folder/".$today.".php\">";
}
else {
echo "No image was found for $today";
}
?>
ok, so that code above displays if monday monday.php .. so now u need to create a randomisor kinda code thing.. Somoen allready posted a random code thing somewhere on the forum
So u use that, as monday.php to select random .gif's
 .. rough codeing.. BUt you should be able to do it.
__________________
Please login or register to view this content. Registration is FREE
NuWeb 10101101
|