Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

ajax

  1. JosiahMaybe

    JavaScript How to send a PHP save request in client side Javascript?

    Good hi, I am trying to just set a variable to a database and like my starting point is Javascript client side where I am trying to find if this works. var xhttp = new XMLHttpRequest(); xhttp.onload = function() { // use this.responseText; } xhttp.open("SET", "likeMyPHP.php?q=MyData")...
  2. dorianu

    Need advice with getting a paid product from an api

    I'm working on a wordpress site that has a bunch of forms. I need to send the submitted form data to an api, in return I get a product. The products are charged by credits that I have on a account. Before I request the product from the api, I have to charge the user. The checkout page is done on...
  3. JustinB

    JavaScript Accessing JSON-data

    Hello people, I'm currently working on a project with node-red. I implemented a tabulator-table inside the dashboard-template-node and filling it with data from a mysql database. Everything worked fine, until I tested it with a bigger database. I realized that it isn't the best way to load the...
  4. D

    Node.JS How to correctly prescribe if there is a filter for the filter?

    There is a filter. The filter filters by the "full name" field. Everything works. Logic: - the user enters the criteria for the filter in <input id="fio"> - criteria fall into JS - data is received from the database - the HTML table is stored. How to set up a filter for...
  5. Alma_99

    PHP Ajax on php Website

    Hello, I have several webpages on each there is a test with multiple choice questions. As nothing changes on the page except the questions, we decided to use Ajax to render the questions on the page. The problem is that the users can’t smoothly go through the questions to the end, i.e. there is...
Back
Top Bottom