Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in C:\wamp\www\inndex.php on line30

Warning: mysql_free_result() expects parameter 1 to be resource, boolean given in C:\wamp\www\inndex.php on line 33

Notice: Undefined variable: conn in C:\wamp\www\inndex.php on line 34

Warning: mysql_close() expects parameter 1 to be resource, null given in C:\wamp\www\inndex.php on line 34

Bu hataları alıyorum arkadaşlar Bahsedilen kod satırları aşağıdaki gibidir.

while ($arr = mysql_fetch_assoc($query)) // 30.Satır
mysql_free_result($query); //33.Satır
mysql_close($conn);//34.Satır