ch8rt Posted May 21, 2008 Share Posted May 21, 2008 I'm completly new to php, looking for a solution to planning in work in my team of 6 people. Essentially I'm wanting a week view calendar (mon-fri) that has a single box for each person on each day for work to be inputted, no time or anything just a list within a day. So you'll have names down the left hand side and the days across the top. Can anyone give me any pointers on where to start with this? I'm under the impression that I'll need to somehow work out the date on the monday of the current week, and then map out the other days from there. With options to go to previous and next week. Any help or guidance will be appreciated greatly. Link to comment https://forums.phpfreaks.com/topic/106618-week-view-work-plannercalendar-starting-point/ Share on other sites More sharing options...
Pickle Posted May 21, 2008 Share Posted May 21, 2008 start with setting up your database to represent the info you want to store. you need to do things in stages so it doesnt all get too much. once you have your database then you can work things out better and more efficiently. Link to comment https://forums.phpfreaks.com/topic/106618-week-view-work-plannercalendar-starting-point/#findComment-546450 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.