$n = mysqli_num_rows( $result ); // returns the # rows in the result set result
mysqli_free_result( $result ); // free space used for the result set result
mysqli_close( $conn ); // close the connection $conn