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!
actually i have a script to copy some folder from one location to another at the server. i use copy command for that and execute copy command by 'exec' . now if in between the execution i want to cancel that copy . how i can do that??