admin and user

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hrubos
Forum Contributor
Posts: 172
Joined: Sat Oct 07, 2006 3:44 pm

admin and user

Post by hrubos »

I want to have code or who has exprience ,can show me to solve this problem : How to code make myweb understand : login of user and of admin.Example that : if users login ,he only can read and write , they can't change.But when admin log ins with his password,he will go to page in which they can change information.
I hope the answer will be come soon.
Thanxxx everybody .
Happy weekend
User avatar
waradmin
Forum Contributor
Posts: 240
Joined: Fri Nov 04, 2005 2:57 pm

Post by waradmin »

I dont really understand what your trying to say.

But is this what you want:

Basic user login
- They can read database information

Admin user login
- They can read and edit database information

is that correct?
hrubos
Forum Contributor
Posts: 172
Joined: Sat Oct 07, 2006 3:44 pm

Post by hrubos »

yeah yeah , thank for repair . Can you help me that ?
Post Reply