Hello,
I'm having an issue that I've never had before. The server that I am using is giving me this error:
Warning: Unknown: 8 result set(s) not freed. Use mysql_free_result to free result sets which were requested using mysql_query() in Unknown on line 0
I realize it is probably good practice to use
mysql_free_result
after querying a database but I don't always do it.
I am using a pre-built shopping cart system and I don't want to locate every query to the db to free the results.
Can anyone tell me how I turn of this error reporting?
Thanks in advance.