sql >> Databasteknik >  >> RDS >> Mysql

ladda en php-frågefil i en html-indexsida med ajax eller 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. Följerkluster – 3 stora användningsfall för synkronisering av SQL- och NoSQL-distributioner

  2. java.lang.UnsupportedOperationException:org.hibernate.dialect.Oracle10gDialect stöder inte resultatuppsättningar via lagrade procedurer

  3. En enkel introduktion till att använda MySQL på Linux-terminalen

  4. Fråga från två tabeller i rapporten