SA-MP Forums Archive
I need help with two commands of MySQL. - 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)
+--- Thread: I need help with two commands of MySQL. (/showthread.php?tid=411038)



I need help with two commands of MySQL. - Activest - 27.01.2013

Hello, I started to learn MySQL.
I need help with these commands:


mysql_free_result();
mysql_store_result();
Just example and if you can to explain.

I didn't understand from the WIKI website, so I need your help please.
Thank you.


Re: I need help with two commands of MySQL. - FUNExtreme - 27.01.2013

mysql_store_result(); basicly tells the script to store the information you have selected. "SELECT etc"
mysql_free_result(); removes this information from the memory