var 'id' は、ターゲットの .php ページの $_POST 配列には表示されません。私を正しい方向に向けることはできますか?
$http.post("php/get_venue.php", { id: "108" })
.success(function(data, status, headers, config) {
console.log("success", data);
}).error(function(data, status, headers, config) {
console.log("error", data, status, headers, config);
});