![]() |
Sergey Kornilov admin 12/16/2010 |
I would suggest to add a new field to registration table (INT, AUTOINCREMENT) and make it a primary key. Do not add this field to the registration form, database will fill this field automatically when new users registers. |
V
|
vettold author 12/16/2010 |
I am starting to understand, I will give you my senario. |
![]() |
Sergey Kornilov admin 12/16/2010 |
The point is to use that new AUTOINCREMENT field as an OwnerID. User cannot change or enter the value of this field manually and cannot see other users data. |
V
|
vettold author 12/17/2010 |
I am getting closer with the viewing of the online tutorial re: setting up security. |
![]() |
Sergey Kornilov admin 12/17/2010 |
Here is how I see it. |
V
|
vettold author 12/18/2010 |
Thanks for the help, your first suggestion in your last post will work. I have it implemented and working just fine. thanks again. |