userlevel login

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
ariz00
Forum Newbie
Posts: 1
Joined: Wed Aug 18, 2010 8:45 pm

userlevel login

Post by ariz00 »

how to create login that have userlevel..example
regular user
admin
super admin

please help..
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: userlevel login

Post by califdon »

ariz00 wrote:how to create login that have userlevel..example
regular user
admin
super admin

please help..
What kind of help are you asking for? Are you a programmer? What skill level? Are you looking for somebody to write a script for you? Do you want to find a tutorial that shows you the various strategies that are often used for login scripts?

Basically, you assign a level for each registered user, then when they login, you know what level they are, so your scripts allow them to do operations appropriate to that level. I don't know how else to answer such a broad question.
Post Reply