Jump to content

Locking a record


Recommended Posts

Hey guys,

 

I have a form that updates a mysql db. I will have multiple user updating it. I need a script that will some how lock the form from user a when user b is using the form...I found a tutorial for this but it was in .asp --- of course in need this in .php --- any help would be great

 

 

Using - Dreamweaver 8

mysql

php

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/2746-locking-a-record/
Share on other sites

Jamie,

 

Thanks for the help...one more question. This statement has me a bit confused =

 

Normally, you do not need to lock tables, because all single UPDATE statements are atomic; no other thread can interfere with any other currently executing SQL statement.

 

does this mean I should not worry about locking table, because it does it by itself?

 

 

Link to comment
https://forums.phpfreaks.com/topic/2746-locking-a-record/#findComment-9218
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.