I want to make a mysql consult sending a variable from ajax to php. I think the code explains better by itself
<script type="text/javascript" src="jquery.js"></script>
<?php
include "w_config.php"; //only a local php lib, you can ignore
//the function query only returns the query result
print_r(query("select * from artists where artist like '%$_POST[query]%'"));
?>
<script language="javascript" type="text/javascript">
$.ajax({
type: "POST",
data: "query=search"
});
</script>
I data: "query=search"
Ben danışın MySQL $ _POST [sorgu] bir dize olarak "arama" değerini göndermek istediğiniz deyince: select * sanatçıların nerede '% $ _POST [sorgu]%' gibi sanatçı
for example data: "query=linkin park";
böylece değişken $ _POST dizisi "linkin park" almak ve sorguyu güncelleştirmek