Hello,
I have a flash movie that queries a table thourgh a php script. There are times when apparently the query is too long (>15 seconds) and that generates an fatal error in my flash movie.
Is there a way to interrupt a mysql query if it becomes too long?
Thank you!