My question is how to prevent a script in the PHP code to do its work until another thread finish working with another script (that it have)
Hint: I want to prevent any php page to access the database while another script updates values in that database.
Thank you
Hint: I want to prevent any php page to access the database while another script updates values in that database.
Thank you
Comment