04.07.2015, 20:01
If you want to use mysql_tquery(send a threaded query) you will have to provide a callback(public function). It can be an inline(y_inline) function but at the end, its the same.
To use it like your example, you would need to use mysql_query. It is the only one that returns a result refference.
To use it like your example, you would need to use mysql_query. It is the only one that returns a result refference.

