Login with Admin

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
aftabn10
Forum Newbie
Posts: 1
Joined: Sat Oct 18, 2003 2:57 pm

Login with Admin

Post 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.
MasterBeta
Forum Commoner
Posts: 38
Joined: Thu Apr 02, 2009 4:35 am
Location: Lincoln, NE

Re: Login with Admin

Post 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.
User avatar
Apollo
Forum Regular
Posts: 794
Joined: Wed Apr 30, 2008 2:34 am

Re: Login with Admin

Post 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?
Post Reply