btw to use that would be something like
PHP Code:
<img src=<?php echo date("m/d"). ".jpg"; ?>>
which would end up displaying "<.img src=11/04.jpg>"
minus the period in the img tag
where 11 is the m and 04 is the d
so each month 01-12 has a folder with 01-31 pics in it
( 31 pics to be safe w/out writing more code )