sql >> Databáze >  >> RDS >> Mysql

načtěte soubor dotazu php do indexové stránky html pomocí ajaxu nebo 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. Použití případu, kdy vložit hodnoty

  2. RegEx s preg_match k nalezení a nahrazení PODOBNÉHO řetězce

  3. Pokoušíte se přimět INSERT, aby vložil pouze nová data

  4. Hibernate:Při pokusu o získání zámku bylo zjištěno uváznutí