Hello all,
I am stuck at some logic and can't able to find stuffs for my research.I have a web based data Entry app in php.Now there will be atleast 2 operators for data entry.now when they login they will redirected to same page.I fetch one file at a time.Here is couple of things I am confused
1.Both Operators see same files when they are redirected to their page[ as records are fetched sequentially from in increasing oreder pf primary key in database ].how can i show different files to users?
2.let's assume they look same file they can do entry at same time and same time.How can i put restrictions in real time that this file is edited by someone else switch to another one.
thanks in advance