I am developing a site that need mysql row level locking. I am using phpmyadmin. How can i write php program that use mysql row level locking?? any help will be appreciated... Thanking you in advance. Gopan
keep table engine as InnoDB which has row level locking. Plus you can also use transactions to keep set of critical operations combined as Atom.
Thanks for your reply... My question is that how can we implement transaction & row level locking in mysql via php?? is it possible via stored procedure?? can you show some sample codes?? Thank you in advance