MYSQL Cache get row
#1

cache_get_row(0, 14, temp), PlayerInfo[playerid][pWarns] = strval(temp),

how do i get row of a string?
Reply
#2

Explain better, by what yo mean?

Do you mean get data from a row?
Reply
#3

yes, if the row is varchar not INT.
Reply
#4

Okay, which mysql plugin are you using?
This should help

pawn Код:
new query = mysql_query("SELECT * FROM TABLE");
mysql_store_result();
while(rows = mysql_fetch_rows($query))
{
       // what yo wanna do with the return data
}
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)