hi there. apparently there is a problem with my list() argument... any ideas? It just says 'parse error' on the line with the list() argument.
include ( "../makeCalendar.php" )
//call the calendar
list( $month, $year ) = explode( ',', date( 'm, Y' ) );
pc_calendar( $month, $year );