I have a database right now with a table that (apparently) can be stuck in a process where it is neither up or down, but cannot be called to or else it will hang. If this happens, the page loads forever and so does my entire host. I have to restart it to fix it and load all my other pages. Is there a way for me to have a timeout for query calls? Also, I am wondering when it hangs, is it the PHP sending info to the database or the database sending info (or the lack of it) that makes it hang? Obviously there are a bunch of timer solutions, but none of them seem to work and are made from before and after times -- where after can't happen. Thanks in advance.