Hello,
I tried searching around the web and all kinds of php / mysql tutorials but I can't seem to find something on how to make what I want.
I would like to make it possible to make a calender on my website that different persons can fill in for themselves and that's visible for everyone that's logged in.
What I have: a database with some different users in it.
What I want:
- A calender (like the one in the picture I added) where everyone can fill in their own column and not someone elses.
- To make it possible that when a new user is added in the database, he's also added as a member on the calender. So if I add member 11 as a user, he gets his column after member 10. This would be the same if a member is removed.
- Automated new months in the calender.
If anyone has any idea's on how to make this into a php/html website with a new database to store the inserts from everyone, I would be deeply thankfull.
Greetings
[attachment deleted by admin]