the var 'id' doesnt show up in the $_POST array on the target .php page. Can nay one point me in the right direction?
$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);
});