I have a php web app that interacts with a mysql database. If I click a link that starts a long sql query then, while waiting for the result, immediately click another link on the page to begin another (shorter) query, is there a way to cancel the initial query? Basically, I would need to cancel the prior http request right??
not sure this applies to PHP or Apache.