PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Is there any way to kill a process without shell access?
For example I started process.php using exec(), and its running to long or I just want to stop it for some reason. Any way of killing that process with no shell access?