Mysql
 sql >> база данни >  >> RDS >> Mysql

заредете php файл със заявка в html индексна страница, като използвате ajax или 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. mySQL и PHP кодировки

  2. Колко значими цифри трябва да запазя в моята база данни за GPS координата?

  3. свържете java към mysql с помощта на jdbc на osx

  4. Как да получите следващата предстояща дата от маса?

  5. SQL завърта стойностите на колоните