move


  function move(x, y, id, db) {
          db->query("UPDATE boxes set x='x',y='y' WHERE rowid='id'");
  }