27.01.2013, 16:04
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
mysql_free_result(); removes this information from the memory