basically I have 5 tables that look like this for monday through friday
CREATE TABLE IF NOT EXISTS `monday` (
`name` varchar(60) NOT NULL,
`lode` int(1) NOT NULL default '0',
`slot1` int(1) NOT NULL default '0',
`slot2` int(1) NOT NULL default '0',
`slot3` int(1) NOT NULL default '0',
`slot4` int(1) NOT NULL default '0',
`slot5` int(1) NOT NULL default '0',
`slot6` int(1) NOT NULL default '0',
`slot7` int(1) NOT NULL default '0'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
name represent the intructors name, load represents the number of slots the instructor is booked for on that day and each slot represents a time slot for that day