LOG IN

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Arsench2000
Forum Commoner
Posts: 38
Joined: Sat Sep 15, 2007 8:18 pm

LOG IN

Post by Arsench2000 »

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
User avatar
jayshields
DevNet Resident
Posts: 1912
Joined: Mon Aug 22, 2005 12:11 pm
Location: Leeds/Manchester, England

Re: LOG IN

Post by jayshields »

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

Post by Arsench2000 »

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
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: LOG IN

Post by josh »

You use programmatic logic to present a custom view based on which user is currently logged in. (Just like an email system. :wink: )
Post Reply