05.12.2015, 13:44
Quote:
|
Sure:
Код:
sqlQuery(handle, const query[], &var)
{
new Cache:result = mysql_query(handle, query);
var = cache_get_row_int(0, 0);
cache_delete(result);
return 1;
}
Hm, this seems like a real issue now. How often does this crash occur (for both of you)? Could you provide that faulty html file? (through pastebin please) |
Cheers.


