I need to php stop a mysql_query if it takes longer than x seconds to run.
I dont think that is possible in php but is there a way to set a "query timeout" in mysql. Or is there a different way to do this?
Thanks for any help Dave