How to set the delay between update queries in Mysql so that every query get executed succesfully?
- by OM The Eternity
Hi All
I have to the Update query mulitple times for different parameters using for loop in my PHP Script, now the problem Is Whenever I do it, only my last query get executed, all the previous queries seems to be skipped. the loop goes like this:
foreach($cntrlflagset as $cntrlordoc => $cntrlorflag){
…