11.07.2018, 14:02
PHP код:
new query[128];
mysql_format(DB, query, sizeof(query), "SELECT * FROM `Test`");
mysql_query(DB, query);
cache_get_value_name(0, "Name", Company[Name], 30);
cache_get_value_name(0, "Location", Company[Location], 30);
cache_get_value_int(0, "Cash", Company[Cash]);
I using this in dialog, because I wont show all company from database