I know that I can abort a script in PHP by calling exit or die. However, I would like not only to stop execution of a script, but also not even send a response to certain requests (resulting in a client side timeout).
If anyone could tell me how to do this I would really appreciate it. Thanks!
EDIT: I am sorry that I cannot be more specific as to why I am doing this, but I cannot because of the nature of the project. What I will say is that I am dealing with a bot.