Konu
Ajax ile update işlemi
12-07-2022, 15:25:04
#2
eypoffcl
$.ajax({
type: "GET",
url: "/update.php",
success: function(data){
console.log(data);
}
});