Hello everyone,

I have to save users in a database ( json file is fine for me, easy to 
anderstand & work with ) after an input. I don't know how to make the 
server part in .php to join angular call & the database with the POST.

Can someone just link me some good example or just explain to do that ?

Here is where i am : 

 vm.submitForm = function() {
           var data=vm.user2;  
        /* post to server*/
           $http.post(url, data); 
                alert('our form is amazing');

        };


-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to