How we can lock a table using PHP / Drupal

Posted by Kamal Challa on Stack Overflow See other posts from Stack Overflow or by Kamal Challa
Published on 2010-03-10T09:48:31Z Indexed on 2010/03/17 6:21 UTC
Read the original article Hit count: 464

Filed under:
|
|

Hi

iam developing a module in Drupal, which needs to have a locking machanism, When one user operating on form submission other should nt take action,

How do i can achieve this in php/drupal

iam using mysql database with MyISAM/INNODB

Please help me

Thanks in advance

Kamal

© Stack Overflow or respective owner

Related posts about mysql

Related posts about php