Login with Admin
Posted: Wed Apr 01, 2009 5:04 pm
I am looking to create a website that will allow users to login and then allow them to specify their availability through a calendar (e.g. Available, Busy) for any specific day. This will then allow me to see all the registered users and their availability for a particular day.
All User information will be stored in a MySQL database and I would like to use sessions to secure the site, and also only allow registered users access to secured pages, i.e. their calendar page.
I would also like the users to be able to tell me if for example they are available or busy and select an option from the calendar for that day (02/04/09 Busy) and this again will need to be stored in the database.
I have also managed to gather data that I would require from the user as well which will be added onto the register section of the site.
Thats all i have for now. Thanks once again for your help.
All User information will be stored in a MySQL database and I would like to use sessions to secure the site, and also only allow registered users access to secured pages, i.e. their calendar page.
I would also like the users to be able to tell me if for example they are available or busy and select an option from the calendar for that day (02/04/09 Busy) and this again will need to be stored in the database.
I have also managed to gather data that I would require from the user as well which will be added onto the register section of the site.
Thats all i have for now. Thanks once again for your help.