AWESOME!
Quick question
Code:
<?php
$today=date('d');
$thumbtocall='http://www.yoursite.com/potd/thumbs/'.$today.'.jpg';
header('Location: '.$thumbtocall);
?>
So now you're calling thumbs.php to display the clickable thumb on your page.
Do you know how to add html? For example I would like to do a thumb + some text that says "Check out so and so in this sexy dress!"