yikes, that is ugly.
if you are in the main directory i assume that there would be 2000, 2001, 2002, 2003?
can you read the directory's in your current directory and print them up first?
then, chdir into 2003 (or whatever they picked) and read that directory in and print up its results (changing 1 for january, 2 for feb. etc).
then do it for days
and then times?
and do some sort of PWD (dont know the PHP command) to get your current directoy and break apart that string using / and then print up the appropriate links back to the other directories....
hmmm.... sounds like fun
