Hello
I need to know if there is a way to kill a php script that is caught in an infinite loop after it has started. Somehow I missed incrementing in the loop before I started running it.
This is extremely urgent, as it is adding records to the database. I caught on when I realized that there were still lots of records in the database immediately after I deleted them
Yes, I feel like an idiot for missing this. I'm currently searching the web for any info on it, but if anyone knows of a way to do it, I would greatly appreciate it.
I need to know if there is a way to kill a php script that is caught in an infinite loop after it has started. Somehow I missed incrementing in the loop before I started running it.
This is extremely urgent, as it is adding records to the database. I caught on when I realized that there were still lots of records in the database immediately after I deleted them
Yes, I feel like an idiot for missing this. I'm currently searching the web for any info on it, but if anyone knows of a way to do it, I would greatly appreciate it.