Hi, Foysal.
It looks correct at PHP side. You really need to debug.
At AngularJS side, you can debug using console.log before the post call:
===
console.log(user);
var promise = $http.post('data/user.php',user); //send data to user.php
===
In PHP side you can debug:
===
$user=json_decode(file_get_contents('php://input'));
print_r($user);
===
--
Rafael Bernard Rodrigues Araújo
about.me/rafaelbernard
Analista de Tecnologia | Hospedagem de sites - http://oservidor.com
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.