PHP gets re-executed on using exec()!
Have you ever been able to re-execute your code multiple times without the use of those loops or recursive function calls? Well, I was able to – by mistake, and this has cost me a night’s sleep. I had this code that executed MySQL CLI using exec(). When the code …