How to recover informations with SQL SELECT command? - 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: How to recover informations with SQL SELECT command? (
/showthread.php?tid=171718)
How to recover informations with SQL SELECT command? -
xyu3xx - 27.08.2010
my gamemode connect to mysql, i can update and insert.
Now, how can i get informations with Select * from user WHERE login = 'nanana'
?
i check with mysql_num_rows() and.... ?
Re: How to recover informations with SQL SELECT command? -
Calgon - 27.08.2010
That should work for you.
Re: How to recover informations with SQL SELECT command? -
xyu3xx - 27.08.2010
i forgot to say... i searched. and i found, but dont understand.
i need a detailed explanation of how to split or how to use sscanf