How to I lock mysql transaction with php

wxdqz

New Member
Concurrent transactions cause me a lot of problem while updating the value in the same table. Is that right to use the lock function from mysql? But how do I implement with php coding?

Best,
Anakapon
 
Back
Top