mysq | What's the problem ?
#4

pawn Код:
stock GetServerInt(var[])
{
    new query[256],vreturn[56];
    format(query,256,"SELECT FROM 'server' WHERE `name` = '%s');
    mysql_query(query);
    mysql_store_result();
    mysql_fetch_row_format(vreturn,"
|");
    return strval(vreturn);
}
?
Reply


Messages In This Thread
mysq | What's the problem ? - by EviLpRo - 22.06.2011, 16:59
Re: mysq | What's the problem ? - by Donya - 22.06.2011, 17:30
Re: mysq | What's the problem ? - by EviLpRo - 22.06.2011, 17:35
Re: mysq | What's the problem ? - by gabitzu4ever - 22.06.2011, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)