[Tutorial] Connecting to a MySQL server
#8

Quote:
Originally Posted by Venice
Посмотреть сообщение
that is easy you need to do in php
and
Nice tutorial
..

By Calg00ne

pawn Код:
mysql_query("SELECT `Name`, `Score` FROM `players` ORDER BY `Score` DESC LIMIT 10");
mysql_store_result();
new szPrepTD[460], iIterator = 1, iScore, szName[MAX_PLAYER_NAME], szUnload[64];
while(mysql_fetch_row_format(szUnload)) {
// This code will repeat ten times.
sscanf(szUnload, "p<|>s[24]d", szName, iScore);
if(strlen(szPrepTD) == 0) format(szPrepTD, sizeof(szPrepTD), "#%d - %s (%d score)\n", iIterator, szName, iScore);
format(szPrepTD, sizeof(szPrepTD), "%s#%d - %s (%d score)\n", szPrepTD, iIterator, szName, iScore);
iIterator++;
}
mysql_free_result();*/
Reply


Messages In This Thread
Connecting to a MySQL server - by Scenario - 15.10.2011, 03:02
Re: Connecting to a MySQL server - by Scenario - 15.10.2011, 03:04
Re: Connecting to a MySQL server - by Ricop522 - 15.10.2011, 03:10
Re: Connecting to a MySQL server - by Scenario - 15.10.2011, 03:12
Re: Connecting to a MySQL server - by Venice - 15.10.2011, 03:12
Re: Connecting to a MySQL server - by [HiC]TheKiller - 15.10.2011, 03:20
Re: Connecting to a MySQL server - by Venice - 15.10.2011, 03:25
Re: Connecting to a MySQL server - by Kar - 15.10.2011, 03:25
Re: Connecting to a MySQL server - by Hiddos - 15.10.2011, 08:40
Re: Connecting to a MySQL server - by Scenario - 15.10.2011, 14:02
Re: Connecting to a MySQL server - by playbox12 - 15.10.2011, 14:28
Re: Connecting to a MySQL server - by juraska - 15.10.2011, 15:34
Re: Connecting to a MySQL server - by Scenario - 15.10.2011, 15:41
Re: Connecting to a MySQL server - by [NoV]LaZ - 15.10.2011, 16:07
Re: Connecting to a MySQL server - by Scenario - 15.10.2011, 16:14
Respuesta: Connecting to a MySQL server - by Zafiro - 15.10.2011, 16:24
Re: Connecting to a MySQL server - by jot16 - 15.10.2011, 21:41
Re : Connecting to a MySQL server - by Naruto_Emilio - 15.10.2011, 21:43
Re: Connecting to a MySQL server - by Scenario - 24.12.2011, 19:25
Re: Connecting to a MySQL server - by Elegy - 02.01.2016, 08:45
Re: Connecting to a MySQL server - by killerjam - 26.05.2017, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)