//$.post with jQuery $.post( "path/to/your/php/file", { param1: "Value", param2: "Value" }, function(data) { //Callback here } );