a safe solution

admin

Administrator
Staff member
Hi,

I have a MySQL-table that can be edited by a php-script via the usual browsers; the problem is to allow several people to edit only \"their\" line in the table, that is, there has to be a test of their code word. Can anybody tell me, if it磗 quite safe to store the code words in a extra column in the table and to compare the words each time the edition is performed or if that磗 a newbie (that means me) solution that can be hacked quickly?

Thanks for your help!
 
Back
Top