RE: [PHP] Timetables

2005-04-26 Thread Jared Williams
On Mon, April 25, 2005 3:14 pm, Richard Collyer said: This is probably more of a db question but... Probably. I am writing an employee database for work. The majority of it is simple enough however I am stuck on the timetabling. It has to be done in PHP as there are 40 plus

RE: [PHP] Timetables

2005-04-25 Thread Chris W. Parker
Richard Collyer mailto:[EMAIL PROTECTED] on Monday, April 25, 2005 3:15 PM said: My idea of doing this was to have a database with each record being a day for a particular employee. Recording ID, Start Time, Finish Time in TimeStamp. You need to tie those records to the employee records.

Re: [PHP] Timetables

2005-04-25 Thread Richard Lynch
On Mon, April 25, 2005 3:14 pm, Richard Collyer said: This is probably more of a db question but... Probably. I am writing an employee database for work. The majority of it is simple enough however I am stuck on the timetabling. It has to be done in PHP as there are 40 plus team leaders