get values


          include("student-wave-nn1-inc-connect.inc");
          // get the values from the ajax request...
          name = _POST["name"];
          x = _POST["x"];
          y = _POST["y"];
          // ... and update the coordinates (or create a new row if name does not exist)