Dan:
Thanks, so far so good. I've managed to call the ssi.html and even sort out the page (in PHP)to only show a specific date. The problem I've run into is that it only shows the current month. I realize that it is using calendarscript.pl to establish the curent month.
Which brings me to the next issue: I need to be able to change the month in the ssi.html page. Visitors will need to able to look at an upcoming day. This could prove difficult on ,let's say, October 31 when they wish to see November. I need to tell the calendar which month's events to place in the ssi.html.
This is the link to move to a specific month but I have been unable to string together a proper call. district/calendar.pl?calendar=&month=11
This is the url call that displays the requested date in the ssi.html page (with variables I've set in the script). calendar.pl?template=ssi.html&day_var=Monday&month_var=October&dd_var=4
Thanks again for your help.
David