Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\forum\new_index.php on line 60
What should the parameters be? On other forums I get the answer "A resource of course", but what the heck is a resource? Please could someone explain in simple English. The actual code on line 60 that I am using is:
while($row = mysql_fetch_assoc($result))