SA-MP Forums Archive
[Help][Mysql]While - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help][Mysql]While (/showthread.php?tid=137698)



[Help][Mysql]While - tadeas11 - 29.03.2010

Hi all. I need a script. I do not know as I write. I want to echo everything from the table. The PHP script is as follows:
Код:
$sql = "SELECT id, nick FROM ziaci ORDER BY id";
$vysledok = mysql_query($sql);
if (!$vysledok) { die("Chyba pri dotaze do databбzy."); }
while ($riadok=mysql_fetch_array($vysledok)) {
echo "<a href=\"ziaci.php?profilid=".$riadok['id']."\"> ".$riadok['nick']."</a><br>";
}
And I do not know how can I do to Pawn.
Thanks.


Re: [Help][Mysql]While - tadeas11 - 29.03.2010

Sorry for spam. Please help me. I need it.


Re: [Help][Mysql]While - mamorunl - 31.03.2010

SAMP has special functions for that. Check the plugins section for a mysql plugin and the corrosponding functions are in that topic

Hope I helped,
mamoru