detect if a record is open by other user?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
srdva59
Forum Commoner
Posts: 77
Joined: Sun Feb 15, 2009 10:58 am

detect if a record is open by other user?

Post by srdva59 »

hi,
i need know if there is any way to lock a record for exclusive editing
in mysql for other user can´t edit the same record at same time.
The ideia is before the user edit the record he see that the current record
is open for other user.
it´s possible to do something like this?
thanks a lot for your help
:)
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: detect if a record is open by other user?

Post by superdezign »

Post Reply