Page 1 of 1

Login with Admin

Posted: Wed Apr 01, 2009 5:04 pm
by aftabn10
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.

Re: Login with Admin

Posted: Thu Apr 02, 2009 6:00 am
by MasterBeta
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

Posted: Thu Apr 02, 2009 6:08 am
by Apollo
As mentioned, you didn't ask any question, but I got one:
aftabn10 wrote:I would like to use sessions to secure the site
Exactly how do you secure a site with sessions?