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.
Login with Admin
Moderator: General Moderators
-
MasterBeta
- Forum Commoner
- Posts: 38
- Joined: Thu Apr 02, 2009 4:35 am
- Location: Lincoln, NE
Re: Login with Admin
Your website sounds great, but you haven't asked a question? Now that we know what you're goal is maybe you should ask a specific question.
Re: Login with Admin
As mentioned, you didn't ask any question, but I got one:
Exactly how do you secure a site with sessions?aftabn10 wrote:I would like to use sessions to secure the site