Locking MySQL table in PHP

wxdqz

New Member
Hi,

How can I lock a MySQL table in PHP before inserting data into it. It is possible to lock tables from the MySQL command line but, I am interested in doing the same from a PHP script.

Thanks in advance.

Krishna.
 
Back
Top