$http({
method: "post",
url: phpFile,
data: parameters,
headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
}).success(function (data) {
alert(data);
})
$http({
method: "post",
url: phpFile,
data: parameters,
headers: { 'Content-Type': 'application/x-www-form-urlencoded' }
}).success(function (data) {
alert(data);
})