To retrieve a string from a MySQL database without mysql_fetch_row_format?
#10

Quote:
Originally Posted by $ЂЯĢ
....
Thank you for the example, I used this and it worked.

pawn Код:
new wdata[TOTAL_RECORDS][50];
 for(new i = 0; i < TOTAL_RECORDS; i ++ ) {
      if(mysql_retrieve_row()) //there are actually any rows
      {
         mysql_get_field("WantedFor", wdata[i]);
         print(wdata[i]);
      }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)