Mysql
 sql >> Baza danych >  >> RDS >> Mysql

załaduj plik zapytania php na stronie indeksu html za pomocą ajax lub jquery

$(document).ready(function() {

jQuery.ajax({
        type: "POST",  //  this is post request u can also do get request
        url: "query.php", 
        dataType: "text",

        success: function (response)  // this is the response from  url: "query.php",
        {
          alert(response);    //alert responce from  query.php and here you can do 
                              //                   whatever u like with response.
        },
        error:function (xhr, ajaxOptions, thrownError)
       {
          alert(xhr); // if any error function.

       }
});

});


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Policz z LEFT JOIN pokazuje tylko jeden wiersz

  2. Jak stworzyć mapę witryny za pomocą PHP i MySQL

  3. Różnice w ciągach PHP i ograniczenia dynamiczne

  4. Usuń zestaw wyników zapytania SQL

  5. MySql pobiera sumę kolumny w każdym wierszu nowej kolumny