I need help with two commands of MySQL.
#1

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.
Reply
#2

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)