With PHP - how do I extend my login script so that I can have seperate areas for

Suicide_Gene

New member
each user? Hi PHP guru's!

I have been using the same login script for a year or so now for all websites that I design. It has all the features I have ever needed and just literally just has a login entry box and then redirect to a members page if all details are entered correctly or to an error page if not.

I have not needed to ellaborate on this script until now and if I have then my limited knowledge allows me to change what I need to suit.

I now have the need to modify this script in a way that was not neccessary before and have hit a bit of a brick wall in my knowledge. I can't seem to work it out in my head so thought I would ask .....

What I want to achieve is somewhat like Yahoo Answers in the way the login works.

I want the user to log onto the site. Successful login will see them go through to their own personal area which will have information relevant to them.

At present - I know how to do this so that the login takes every user to the same secure page. This method allows everybody to view the information. I want to take this one step further and have the login take the user to their own personal page.

I don't need the system to be automated. I will be generating the passwords personally and can create each of the user pages myself. I literally just want the ability to seperate the pages by user.

Does anyone know how to do this or could point me to a good tutorial??

Your help - as ever - is greatly appreciated :)
 
Back
Top