Hello, Ive created a code where the user can sign up and then log in into the welcome page, my problem is, how can I creat the login page where every user can have a his own space, like email accounts.?Please this is my first job and I need help.
Thank you a lot
LOG IN
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: LOG IN
That is a very broad question. Try something yourself first, post it here, explaining what's working and what's not, and why you think it's not working, and then we will help you further.
-
Arsench2000
- Forum Commoner
- Posts: 38
- Joined: Sat Sep 15, 2007 8:18 pm
Re: LOG IN
thanks friend, but I didnt say that something doesnt work, I just said how to creat script like in email systems, every user can log in his own login page.
For example how is when you using web mail system, every user have a own account page
For example how is when you using web mail system, every user have a own account page
Re: LOG IN
You use programmatic logic to present a custom view based on which user is currently logged in. (Just like an email system.
)