mysql Get String R7 problem
#4

Try this:

pawn Код:
stock mysql_GetString(Table[], Field[], Where[], Is[])
{
    new query[128], Get[128];
    format(query, 128, "SELECT * FROM `%s` WHERE `%s` = '%s'", Table, Where, Is);
    while(mysql_fetch_row_format(query,"|"))
    {
        mysql_fetch_field_row(Get,field);
    }
    return Get;
}
CHANGED!
Reply


Messages In This Thread
mysql Get String R7 problem - by Mellnik - 12.08.2012, 20:24
Re: mysql Get String R7 problem - by phillip875 - 12.08.2012, 20:27
AW: Re: mysql Get String R7 problem - by Mellnik - 12.08.2012, 20:29
Re: mysql Get String R7 problem - by phillip875 - 12.08.2012, 20:34
AW: mysql Get String R7 problem - by Mellnik - 12.08.2012, 20:37
Re: mysql Get String R7 problem - by phillip875 - 12.08.2012, 20:38
Re: mysql Get String R7 problem - by playbox12 - 12.08.2012, 20:56
AW: Re: mysql Get String R7 problem - by Mellnik - 12.08.2012, 21:16
Re: mysql Get String R7 problem - by playbox12 - 12.08.2012, 21:29

Forum Jump:


Users browsing this thread: 1 Guest(s)