Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

memuat file kueri php di halaman indeks html menggunakan ajax atau 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. parse.com alternatif sumber terbuka untuk backend

  2. MySQL - Pilih dengan COUNT mengembalikan baris NULL

  3. MySQL:Dapatkan nilai tertinggi ke-n untuk setiap grup dalam sebuah tabel

  4. Bandingkan MySQL dengan CSV dan temukan perbedaannya

  5. Membuat Nilai Bidang Terenkripsi menjadi Unik