Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to make a script that allows certain user to modify or delete a certain item.

For example: Item 1 - can only be edited by user1; Item 2 - can only be edited by user2; All items - can be edited by admin

share|improve this question
What have you done so far? – GarethL Jan 17 at 16:16
What is your problem? – prdatur Jan 17 at 16:16
1  
whathaveyoutried.com – ajtrichards Jan 17 at 16:16

1 Answer

up vote 0 down vote accepted

You need database were you store users and their permissions. Depending on logged in user you check permissions for him and allow or deny certain actions.

share|improve this answer
I did it.. I attached the database with the php file. Done two if's and its okey now! Thanks for the help! – Nymph Oneel Jan 20 at 13:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.