Tagged Questions
1
vote
1answer
70 views
how to prevent user to changing/deleting other user data
I am creating multiuser application. created using php codeigniter And I am seeking the best practice or the best way to prevent user to changing/deleting other user data.
I have some relational ...
1
vote
3answers
1k views
multi-user application record locking - best method?
I'm developing a php / mysql application that handles multiple simultaneous users. I'm thinking of the best approach to take when it comes to locking / warning against records that are currently being ...