07.07.2015, 06:15
Quote:
This is because you're using a threaded query (mysql_tquery) which generally calls a callback once it is done. You have not specified any callback and there won't be any cached results yet because it gets sent straight to a thread to be executed. You either need to run you next lot of code in a callback or use a non threaded query.
|
