Warning: at bottom of php page
Hello
I have a php password protected page that is showing the following message at the bottom of the page. What does it mean? How do I get rid of it?
Warning: mysql_free_result() expects parameter 1 to be resource, null given in /home/myusername/public_html/newsletter.php on line 123
When I look at the code at line 123 on that page is reads mysql_free_result($rsemailsetup);
Thanks
