hi!
I would some advice or guidance to create a timetable or schedule like this.
the data i am pulling from my db are:
Begin and end time of courses, course names and day of the week.
Also I would like a notification of when 2 courses overlaps.
for example:
<table><tr>
<td>Monday</td>...
<td>Sunday</td>
</tr>
while or for each (day checks or time checks){<td></td>}
</table>
Can anyone help?
thanks