03.02.2014, 12:21
In R34, there is no function called "mysql_fetch_int".
Also, you're using a tquery which is used for threaded queries.
For SELECT queries, you need to specify a callback.
That callback will be called, where you can access the data using the cache_* functions.
Your code is mixing up threaded queries with unthreaded code to get the data.
Also, you're using a tquery which is used for threaded queries.
For SELECT queries, you need to specify a callback.
That callback will be called, where you can access the data using the cache_* functions.
Your code is mixing up threaded queries with unthreaded code to get the data.