View Single Post
Old 10-16-2007, 12:27 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
Probably just a crontab. It's trivial to do in any scripting language.

<?php
switch (date("n")) {
case 1:
@symlink("monday.gif", "today.gif");
break;
case 2:
@symlink("tuesday.gif", "today.gif");
break;
...
} ?>
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote