Please change the column definition for kdnr in table user from VARCHAR to INT.
Should be a query 'alter table user change kdnr kdnr(int(8))' or similar.
That's all.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello i have a problem with clientnumber (Kdnr)
Ive got 9 accounts , If i make the 10e , Its doing ok ,
Next user is going to sign in , make a account ,
He gets a kdnr 10 too , and he see the other people that has kdnr 10 his information
Can some one help ? , I wont make any kdnr any more he stops at 10. He wont do 11,12,13,14,15...
THanks
Please change the column definition for kdnr in table user from VARCHAR to INT.
Should be a query 'alter table user change kdnr kdnr(int(8))' or similar.
That's all.