Jquery ajax
$.ajax({ type: "POST", url: "/include/php/select_city.php", data: {'city': city}, success: function(data){ console.log(data); } });