controlling/creating accounts with privileges
Posted on
16th Feb 2014 07:03 pm by
admin
hi all,
i'm trying to figure out how i can create/control account with privileges, for instance an Administrator creates an account but gives it guest privileges (able to see data but not edit, or delete it, not able to create users).
when a user logs in, i store his/her privileges is a session.
Did you know?Explore Trending and Topic pages for more stories like this.
Code: $_SESSION['staff_privilege'] = $found_user['privilege'];
i wrote this function to check for privileges and placed it in the create user page. (1 = admin, 2 = guest)
Code: function get_privilege() {
if (logged_in() && isset($_SESSION['staff_privilege'])) {
if ($_SESSION['staff_privilege'] == 2) {
redirect_to("../staff/staff_browse.php?privilege=false");
}
} else {
redirect_to("../staff/index.php");
}
}
for instance if a user with guest privileges goes to create user page, he/she will get redirect to another page showing a message.
the above code is working, but i'm wanted other ideas about how this could be accomplished in another way
thanks
No comments posted yet
Your Answer:
Login to answer
142
29
Other forums
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
Unable to customise toolbar in FCK
Looking for help on using joining mysql tables and php....
Does anyone have any good links to references on how to pull mysql data, through joining tables and
links using header()
Hi All
I'm not sure where to ask for help on this but I hope someone can offer some. I'm at
retrieving images from mysql database using php
So I've been trying to figure out how to store images in a mysql database, and as far as i can tell
Price in PR
Dear Experts,
Why we have to enter the price in the PR, and why there is no free goods indicato
i need help with php header and footer
I have designed a header and footer for my site and they seem to be ok when they are running individ
Mail sending is slow on server
Why mail is taking time to be send on apache-linux server
Ariba 9r - SAP MM Integration
Hi experts,
The standard Ariba adapter for 9r creates a relationship between Cost Centers
problem with refreshing
in my site, i have an index page, it has a main div. this main div's content is changing according t