$.post("url/to/php_file.php", {query1:'value', query2:'value'}).done(function (data) { // your code console.log(data) });