Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. akashmanujaya
    3. Topics
    • Profile
    • Following 2
    • Followers 2
    • Topics 7
    • Posts 14
    • Best 8
    • Controversial 0
    • Groups 0

    Topics created by akashmanujaya

    • akashmanujaya

      PHP- How to add html table cell values to MYSQL Database
      Back-End Development • php ajax json javascript • • akashmanujaya

      2
      0
      Votes
      2
      Posts
      589
      Views

      Nubelle

      good work

    • akashmanujaya

      How to change two input fields with one onchange event
      Back-End Development • php ajax html5 javascript • • akashmanujaya

      2
      0
      Votes
      2
      Posts
      500
      Views

      tnlthanzeel

      you can write all your javascripts in on tag.

      <script>
      function getdoctor(val) {
      $.ajax({
      type: "POST",
      url: "../get_doctor.php",
      data:'specilizationid='+val,
      success: function(data){
      // i assume that your data on ajaxs success has 2 properties in the object
      $("#input1").val(data.item1);
      $("#input2").val(data.item1);
      }
      });
      }
      </script>

    • akashmanujaya

      How to Redirect to a unique jsp (using jsp id) file by using servlet
      Back-End Development • java jsp servlet mysql • • akashmanujaya

      3
      4
      Votes
      3
      Posts
      985
      Views

      root

      @akashmanujaya fatta bro

    • akashmanujaya

      How to redirect to a jsp page from a servlet by using Database values
      Back-End Development • java servlet jsp • • akashmanujaya

      3
      2
      Votes
      3
      Posts
      773
      Views

      Nubelle

      @akashmanujaya mchan getString(3) function ekata table column name eka deela balana

      Ex:

      getString("user_password")
    • akashmanujaya

      How to update a table withing a User defined Function in SQL SERVER
      Back-End Development • sql-server database • • akashmanujaya

      2
      2
      Votes
      2
      Posts
      826
      Views

      nowferrifkan

      Did you find the answer?

    • akashmanujaya

      I want to change map icon as location condition
      Back-End Development • php api googlemaps javascript jquery • • akashmanujaya

      7
      3
      Votes
      7
      Posts
      1412
      Views

      dev_lak

      @akashmanujaya welcome bro...

    • akashmanujaya

      I want to Enter my radio button value to the database in php
      Back-End Development • php googlemap api javascript • • akashmanujaya

      9
      4
      Votes
      9
      Posts
      1543
      Views

      dev_lak

      @akashmanujaya i have done small change to code, try this

      function saveData() { var confirmed = document.getElementById('confirmed').checked ? 1 : 0; var id = document.getElementById('id').value; var Condition=$('input[name="Condition"]:checked').val(); //check this line var fd = new FormData(); fd.append('confirmed', confirmed); fd.append('id', id); fd.append('Condition',Condition); //uncomment this line }
    • 1 / 1