12.06.2015, 21:30
I am trying to get data from another table and I did this
And I got
PHP код:
new query[128];
format(query,sizeof(query), "SELECT * FROM houses");
mysql_query(1, query);
new rows = cache_affected_rows();
printf("%i house(s) loaded", rows);
Код:
0 house(s) loaded