05.07.2009, 19:48
If i use:
i get
No seperator or something like that.
//Edit
And now it must be:
row[0] = lol
row[1] = muh
row[2] = rofl
row[n] = n
Quote:
stock GetJobData(field[]) { new tmp[MAX_QUERY]; new result[MAX_QUERY]; new array[50]; format(tmp, sizeof(tmp), "SELECT %s FROM %s", field, JOB_TABLE); MySQL_query(tmp); MySQL_result(); while(MySQL_fetch(result)) { print(result); } } |
Quote:
lol muh rofl |
//Edit
And now it must be:
row[0] = lol
row[1] = muh
row[2] = rofl
row[n] = n