Tag Archives: right

MySQL: Prevent Two PHP Scripts from Overwriting One Another’s Table Updates

One of the main ways of dealing with this is to use “locks”, basically allowing one script to lock a particular set of tables, meaning that other scripts can’t make use of those tables until the locks are released. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , , , , , table lock | View Comments