![]() |
Sergey Kornilov admin 11/15/2006 |
Yes, this is possible in PHPRunner. |
J
|
Jean author 11/15/2006 |
Seems very cool Serguey, but I fail to obtain the good result. Both user A and user B may modify records of each other. Though I remember having used "..their own data only". Please, can you tell me how I can verify in the code that I did choose the good option + explain to me how the routine does recognize the right owner having the same ownerID. It can help me to understand why it doesn't function in my database. Am I just clumsy? |
![]() |
Sergey Kornilov admin 11/15/2006 |
I'll try to clarify this a little bit Login table
|
J
|
Jean author 11/16/2006 |
Thank you Serguey. I understand that I have to correct my UsersTable because I made just one same field for Username and ownerID. May I continue with this question: |
![]() |
Sergey Kornilov admin 11/16/2006 |
PHPRunner allows you have a single ownerid per user. |