Multiple Login

Paulieo

Well-Known Member
OP
Newcomer
Joined
Apr 29, 2009
Messages
70
Trophies
0
Age
34
Location
New South Wales
Website
paulschembri.com.au
XP
417
Country
Australia
Hey guys,

I'm creating a website and need a little help with some coding. I am wanting to create a login for my clients. Each clients login will lead to a specific page that only that user can access. I was just wondering if there was anyone out there who would be able to help with this or at least point me in the right direction.

So to sum up I'm just looking for a multiple login code in html or css that takes the specific user to a certain page and I am able to add new users when needed.

Thanks.
 

Wabsta

you fight like a dairy farmer
Member
Joined
Apr 25, 2008
Messages
2,495
Trophies
0
Age
32
Location
SCUMM Bar
Website
www.wabsta.com
XP
449
Country
Netherlands
Let someone login, create a session, with the user ID in it.
Create a page, called for example, user.php.

In that page, just load data from the user table(s) where the ID is the ID in the session.
 

Cokeman999

Well-Known Member
Newcomer
Joined
Jan 26, 2008
Messages
58
Trophies
0
XP
68
Country
United States
wabsta said:
Let someone login, create a session, with the user ID in it.
Create a page, called for example, user.php.

In that page, just load data from the user table(s) where the ID is the ID in the session.
you beat me to it
wink.gif
 

Paulieo

Well-Known Member
OP
Newcomer
Joined
Apr 29, 2009
Messages
70
Trophies
0
Age
34
Location
New South Wales
Website
paulschembri.com.au
XP
417
Country
Australia
CannonFoddr said:
Not sure about login etc - but how about a seperate page for each user with a name based on their PW and Name - such as

ID: CannonFoddr
PW: g0tsh0t

And the webpage would be
http:\\my.webspace.com\Cga0ntnsohn0Ftoddr.html
That seems like a good idea. I'll try that and see how it goes. Thanks guys!
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    K3Nv2 @ K3Nv2: I'll just pretend like I know what's going on