04.07.2017, 07:26
It probably crashes because you have a bad code, not because of other includes you have on.
you're using `mysql_query` which is unthreaded and slows down the code (basically, the code is held until the query completes), use pquery or tquery instead. (Difference between them is written here)
you're using `mysql_query` which is unthreaded and slows down the code (basically, the code is held until the query completes), use pquery or tquery instead. (Difference between them is written here)