time scheduling

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
webed
Forum Newbie
Posts: 2
Joined: Fri Feb 13, 2009 2:32 pm

time scheduling

Post by webed »

hi guys,
help me create php code to schedule employee times as follows:

employeename hour1 hour2 hour3.....hour9
dept1
dept2
.
.
dept7

the catch is that an employee can only work in one department at one time.
the idea is to ensure each of the 12 employee works some 25 hours in the week. :oops:
Post Reply