Getting a List from a MySQL table
#2

pawn Код:
new
    result[24], // or whatever the max length of the name of a company is
    output[240];

while(mysql_fetch_row(result))
{
    strcat(output, result);
    strcat(output, "\n");
}
Reply


Messages In This Thread
Getting a List from a MySQL table - by Neil. - 15.02.2013, 03:34
Re: Getting a List from a MySQL table - by Vince - 15.02.2013, 05:09

Forum Jump:


Users browsing this thread: 3 Guest(s)