if i can get this to work, i'll be really impressed with myself. i had actually thought that was the way to go-- the plan that you spelled out... but my problem is getting around the way the html is automatically "drawn" by a php FOR loop. to me, it is pretty amazing the way the author has coded it-- i mean, it seems it would have been easy to use html tables instead of letting php do all of the work, but instead, a bit of more profound thought and planning, actually made it easier on the coder because no one has to type out a load of <tr><td> blah, blah. it's all done automatically-- even the page title.
so, my challenge will be figuring out how to get in there and point each dynamically generated month day to an edit page, as you suggest. right now, i'm really stumped on where to begin. i'm afraid whatever i do will cause the FOR loops to error. i guess i'll never know unless i give it a shot!
thanks for your input! anyone out there done this type of thing before? (silly question, i'm sure someone has... it seems it would be the basis for any PHP event calendar app). anyone know of a good, simple PHP event calendar like what might be made if i get this script to work is i've described i want? it would be nice to have a model to look at... although, probably better that i at least try on my own first!